Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Variable format with string with variable
#2
Not with F"". Use str.format or out.

Macro Macro2514
Code:
Copy      Help
int k=12
int v=5
str s.format("%*i" v k)
out s
;or
out "%*i" v k


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)