//==============================================================================// ps_lpad//------------------------------------------------------------------------------// description : left fills the input string until a specified length// input : szstring -> input string to pad// szchar -> character to add// nlength -> final length of the string
developpeur_fou
developpeur_fou
Ses blogs
Articles :
3
Depuis :
26/02/2008
Categorie :
Technologie & Science
Articles à découvrir
Test pour voir si l'affichage des catégories
Le script ci-dessous permet de récupérer l'utilisateur ayant ouvert la session windows var wsh = new activexobject("wscript.shell");wsh.popup("current user is " + ps_getusername()); //==============================================================================// ps_getusername//-------------------------------------------------------------------