Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
out 2 variables
#1
how do i out 2 variables into the quickmacro outbox?
#2
if it is a string then it's
out s;;or whatever your string name is
#3
Use Text dialog (first button in floating toolbar).
#4
Quote:ive never worked with dialogs

You don't have to create a dialog. Use the dialog to insert the code you need.
#5
i see what your saying but im using it like this
str a("Example")
int b
b+1
out a b
i know how to out then both but they go in seperate lines i want them both i nthe same line how is this possible? Since the variable b will change.
#6
out "%s %i" a b

%s is used for strings, %i for integers.
#7
thank you very much!


Forum Jump:


Users browsing this thread: 1 Guest(s)