Given a numeric value 1234.56
Is there a way to parse the digets from it without first converting it to a string and looping thru it with subs() seven times and extracting one character at a time?
I am preparing values to populate machine readable blocks on a pdf tax form.
wjwjr
Is there a way to parse the digets from it without first converting it to a string and looping thru it with subs() seven times and extracting one character at a time?
I am preparing values to populate machine readable blocks on a pdf tax form.
wjwjr