sprintf limit of 32 symbols
I've discovered that sprintf seems to have a limit of 32 place-holders, ie: %s, %ld etc. Is this a known issue and is there another way I can turn a list of 192 numbers into a single, colon-delimited string?
Robert
tosymbol might help.
That's sorted it out - many thanks!
Robert