Leading Zero's
how can I easily suppres leading zero's from a field ?
0000001402 should print 1402 ...
thx,
B
0000001402 should print 1402 ...
thx,
B
0
-
Via the "More Options" button, "OnProcessData" VB script convert the value of the sub-string into an integer data type.
value = CInt(value)0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
1 commentaire