Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Combine variables
#3
Code:
Copy      Help
int i d p;str q
i=1
d=2
p=(i+d)

q="You have"
str a.from(q " " i)
out a
a.format("You have %i" i)
out a
a.format("%s %i" q i)
out a
pi


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)