Wondering how everyone else prints numbers above 999 - do you add a comma as a seperator? IE 1,000
I use the vpe.Write command to print numbers now - My development language (Lansa) has an option to print the numeric field as a string:
IE
Invoke Method(#VPE.Write) Left(1) Top(1) Right(9) Bottom(2) Text('Total Enrollment Count: ' + #TOTSTU.AsString')
(#TOTSTU is a signed/numeric field and no decimals)
but this way does not use the edit code for the number (the edit code adds the commas). How can I print numbers with commas?
Is there a VPE command to write a number instead of text? I sure cannot find it in the documentation or in this forum.
I really don't want to write a subroutine to add commas!?
Thank you,
Pat
(U.S.)