B. Bogart wrote:
What do you mean?
float 12 -> symbol 12 ?
Or do you mean the ASCII table value "32" turns into " " [space] ?
For the former check out [makesymbol], [tosymbol] and [makefilename]
just for completeness: [makefilename %d]
For the latter check out Marc Lavallee's [ascii2any]
or - if you prefer built-ins like me- use [makefilename %c]
mfg.asd.r IOhannes