pourquoi ma fonction d'1 ligne marche pas - VB/VBA/VBS - Programmation
Marsh Posté le 29-12-2002 à 16:21:30
function troncString(InsertString) troncString=mid(InsertString,1,Len(InsertString)-1) end function j'utilise vbscript pour mes pages asp.. Si je remplace le -1 par un +1 ça marche !!! et mon Len(InsertString)-1 sans le mid ou left me renvoie 270????
Marsh Posté le 29-12-2002 à 16:27:01
laisser tomber j'ai trouvé....à un moment je renvoie un chaine null... @+
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 29-12-2002 à 16:21:30
function troncString(InsertString)
troncString=mid(InsertString,1,Len(InsertString)-1)
end function
j'utilise vbscript pour mes pages asp..
Si je remplace le -1 par un +1 ça marche !!!
et mon Len(InsertString)-1 sans le mid ou left me renvoie 270????