- They are public by default i.e. they are visible to all procedures in the script.
- They can manipulate their input arguments, if there are passed by reference.
- They can be recursive.
strValue = FnConcat(sArg1, sArg2)
Note: If you want to discard the return value from user defined function or any intrinsic functions like Abs, Sqr, etc, then use the syntax Call before them.
Call FnSetEnvironment("xp","IE")
No comments:
Post a Comment