12-13-2007, 10:05 PM
_s is like a undefined variable...u dont have to declare it and can be used more then once in a function/macro...
using
FunctionName
and
mac "FunctionName"
is different the first one runs the function and waits till it is done then continues the normal function that it was called form....
the second one just calls the FunctionName and continues on while running the other one!
using
FunctionName
and
mac "FunctionName"
is different the first one runs the function and waits till it is done then continues the normal function that it was called form....
the second one just calls the FunctionName and continues on while running the other one!
