IntrastatExportWriter_IT.writePositiveReal Method [AX 2012]
Write a positive real value.
Syntax
public void writePositiveReal(
real _value,
int _startPos,
int _length)
Run On
Called
Parameters
- _value
Type: real
The positive real 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
The absolute rounded value of the amount is written.
For negative values, a warning is displayed.
The _value value is padded with zeros in the left to reach the specified _length.