Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
change numeric value
#7
John Wrote:
Code:
Copy      Help
str BB="Bob"
int i

rep 10
,i+1
,out "%s%i" BB i

OR

Code:
Copy      Help
str tmp BB="Bob"
int i
i=10
tmp.formata("%s%i" BB i)
out tmp

OR

Code:
Copy      Help
int i
i=10
str tmp.formata("Bob%i" i)
out tmp

is there a quick way to populate a combobox, with the out results?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)