Specifying Values

Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Syntax:

value
lowvalue TO|THRU
		  highvalue
lowvalue UP
highvalue DOWN

General Rules:

  1. Separate each entry with a comma
  2. Do not code commas in an entry
  3. Ensure that the value length meets the restrictions of the International Picture Format
  4. Use negative values only if the internal data representation is signed
  5. Use decimals only if the internal data representation includes a decimal

Example:

1000 to 30000, 50 down
NORTH, SOUTH, EAST, WEST
25.5 to 35.5, 45.5 to 55.5, 100
-10 to 25, 50.5 up