sprintf limit of 32 symbols

Robert Baldock's icon

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

Emmanuel Jourdan's icon

tosymbol might help.

Robert Baldock's icon

That's sorted it out - many thanks!

Robert