You can use any valid variable name for a Task name or parameter variable. Names like $STRING and #NUMBER will work but, unlike function data naming conventions, $ and # (and other variants) have no special meaning for a Task parameter.

A number of naming practices may give rise to confusion during application maintenance a few months hence.

You can name function parameters with a name that looks like a file variable, but that will probably lead to confusion when maintaining the function in the future. Things to avoid include:

Comment on this topic

Topic ID: 540091