Formatting in scripts
Develop a standard for formatting your scripts, and use indentation.
Function MyFunction {
# function code here
}
…or…
Function MyFunction
{
# function code here
}
Tags: formatting
SAPIEN homepage
PrimalScript script editor+ide
PrimalScope script debugger
Free Tools script utilities
SAPIEN Press tech books
ScriptingAnswers.com learn+share
ScriptingOutpost.com online store
Blog.Sapien.com official blog
Contact Us

Develop a standard for formatting your scripts, and use indentation.
Function MyFunction {
# function code here
}
…or…
Function MyFunction
{
# function code here
}
Tags: formatting