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.
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.