The 4GL command TEXT returns a TEXTSTATUS() for
every command and can contain the following values:
Table 34. TEXTSTATUS
Value | Description | Additional Information |
---|
0 | Command processed successfully. | All OK. |
10401 | Can not open file for reading. | Check path, name and permissions of input file. |
10402 | Can not open file for writing. | Check path, name and permissions of output file. |
10403 | Invalid line number. | Line number can not be greater than number of lines in the source. |
10498 | Feature not implemented yet. | Please contact support about the status of this feature. |
10499 | Unknown error. | No additional info. Please contact support. |