Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Utility method, adds quotes to the passed string if necessary before adding it to the record container.
Syntax
protected void putAlphanumeric(
int _position,
str _data,
[boolean _quote])
Run On
Server
Parameters
- _position
Type: int
Position number to add a string in the record container.
- _data
Type: str
The data to be added.
- _quote
Type: boolean
Indicates whether quotes should be added or not.