Share via


VendOutPaymRecord_VideoTelForeign_PL.putAlphanumeric Method [AX 2012]

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.

See Also

Reference

VendOutPaymRecord_VideoTelForeign_PL Class