WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Variables and Parameters

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Naming Variables

Keywords:     naming conventions

A variable or an array variable may contain an integer, a floating point number, a string, a list, or a string representing an integer or a floating point number. Automatic conversions between numbers and strings are performed as a matter of course during execution. If a function requires a string parameter and a numeric parameter is supplied, the variable will be automatically modified to include the representative string.

If a function requires a numeric parameter and a string parameter is supplied, an attempt will be made to convert the string to the required numeric parameter. If it does not convert successfully, an error will result. To simulate arrays, use variable substitution.

Variable names may have numbers in them, but they cannot start with numbers.


Article ID:   W13907
Filename:   Naming Variables.txt
File Created: 2001:01:08:12:54:00
Last Updated: 2001:01:08:12:54:00