09-20-2009, 03:58 PM
int Cart=75321
int Cut=100
str sCart.format("N:\%07i%x%i.wav" Cart Cut/10 Cut%10)
out sCart
I don't know if this can be done, but can the length of the format be a variable?
Like in the example above...if I want the length to be 7 places with leading zeros, can I use a variable to format?
int Cut=100
str sCart.format("N:\%07i%x%i.wav" Cart Cut/10 Cut%10)
out sCart
I don't know if this can be done, but can the length of the format be a variable?
Like in the example above...if I want the length to be 7 places with leading zeros, can I use a variable to format?
