Chris Bruce
2009-02-07 12:16:03 UTC
Hi there,
(Sent in RTF/HTML with Courier APL2 font so you can see session log extract)
DATATYPEþ 1 0
ý1 ý1
DATATYPEþ 1 0 2
ý2 ý2 ý2
It seems that DATATYPE is showing the wrong result!
DATATYPEþ 1 0 'A'
ý1 ý1 1
DATATYPEþ 1 0 'A' 2
ý1 ý1 1 ý2
Now showing the correct result once there's an intervening character to test. Fault also appears with real numbers...
DATATYPEþ 1 0 3.1 2
ý3 ý3 ý3 ý3
DATATYPEþ 1 0 'A' 3.1 2
ý1 ý1 1 ý3 ý3
DATATYPEþ 1 0 'A' 3.1 'B' 2
ý1 ý1 1 ý3 1 ý2
Using APL2/2 SL13 on WinXP Pro Sp2.
Chris Bruce
(Sent in RTF/HTML with Courier APL2 font so you can see session log extract)
DATATYPEþ 1 0
ý1 ý1
DATATYPEþ 1 0 2
ý2 ý2 ý2
It seems that DATATYPE is showing the wrong result!
DATATYPEþ 1 0 'A'
ý1 ý1 1
DATATYPEþ 1 0 'A' 2
ý1 ý1 1 ý2
Now showing the correct result once there's an intervening character to test. Fault also appears with real numbers...
DATATYPEþ 1 0 3.1 2
ý3 ý3 ý3 ý3
DATATYPEþ 1 0 'A' 3.1 2
ý1 ý1 1 ý3 ý3
DATATYPEþ 1 0 'A' 3.1 'B' 2
ý1 ý1 1 ý3 1 ý2
Using APL2/2 SL13 on WinXP Pro Sp2.
Chris Bruce