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.
Writes an alphanumeric string.
Syntax
public void writeAlphanumeric(
str _value,
int _startPos,
int _length)
Run On
Called
Parameters
- _value
Type: str
The alphanumeric value to write.
- _startPos
Type: int
The requested starting position of the value on the current line of the writer output.
- _length
Type: int
The number of characters that the file format should allocate for the value that is written.
Remarks
In Italian Intrastat functionality, any character is considered alphanumeric.
The _value value is padded with spaces on the right to reach the specified _length value.