validate_integer

EveAndersson.com : API Browser : validate_integer

validate_integer

validate_integer field_name string
Defined in packages/acs-core/utilities-procs.tcl

Throws an error if the string isn't a decimal integer; otherwise strips any leading zeros (so this won't work for octals) and returns the result.

Parameters:
field_name
string
[ show source ]

Show another procedure:

eve@eveandersson.com