Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Format string...
#6
Call format() 2 times. At first format "N:\%07i%x%i.wav", then use it in the next format() as first argument. Or use from().

int Cart=75321
int Cut=100
str sCart.format(_s.from("N:\%0" 7 "i%x%i.wav") Cart Cut/10 Cut%10)
out sCart


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)