08-24-2006, 05:02 PM
how do i out 2 variables into the quickmacro outbox?
out 2 variables
|
08-24-2006, 05:02 PM
how do i out 2 variables into the quickmacro outbox?
08-24-2006, 07:36 PM
if it is a string then it's
out s;;or whatever your string name is
08-24-2006, 07:49 PM
Use Text dialog (first button in floating toolbar).
08-24-2006, 07:58 PM
Quote:ive never worked with dialogs You don't have to create a dialog. Use the dialog to insert the code you need.
08-24-2006, 08:00 PM
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.
08-24-2006, 08:04 PM
out "%s %i" a b
%s is used for strings, %i for integers.
08-24-2006, 08:06 PM
thank you very much!
|
« Next Oldest | Next Newest »
|