Introduction
Statistics
Contact
Development
Disclaimer
Help
gopher.floodgap.com home page
Program: DSK0:IDTIM.SBR[7,6]
Version: 1.0(100)
Hash: 772-375-703-745
Monitor: AMOSL 1.3(123)-2
Severity: Annoyance
When using XCALL IDTIM, if an "?Improper argument format" is
encountered, the STATUS variable still returns a zero value to indicate
successful completion. STATUS should be set to -1 to indicate failure.
Example:
MAP1 IDATE, B, 4
XCALL IDTIM, "02/19/87", IDATE, ITIME, 2, STATUS
will generate an "?Improper argument format" error because IDATE is
not floating-point. However, STATUS still returns a zero value.