The following code snippet indicates a good way to express a numeric value with a set number of columns (10 in this example).
var ...
sBARCODE string
iBARNUMB longint
endvar ...
sBARCODE = format("w10,ez",iBARNUMB) ...
Thanks A.I.
pck
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.