is it as all possible to write out an output integer i’m getting with letters in classic asp?
so for example if my result is 5 i want to output “Five”
or if it’s twenty, i need it to show “Twenty”
the results could be infinite so writing an array for look up purposes wouldn’t work.
is there a work around for this?
I robbed this from an MS KB article many moons ago, It sort of does the trick, could use a few tweaks on its grammar.