Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
out command without issuing a newline?
#3
Accumulate to a str variable and then out and clear it.

Code:
Copy      Help
str so
;...
so.formata("%s" "1")
so.formata("[9]%i" 2)
so.formata("[9]%g" 3.45)
;...
out so; so.fix(0)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)