AMOS:Bug Print

From Amiga Coding
Jump to: navigation, search

Print bug using tab (",") function

When using the Print command:

        Print ,,
        Print "a",,"b"

It produces the following output on the screen!:

        -2147483648 -2147483648
        a   -2147483648 b

Currently only tested with AMOS Pro 2.X


  • Added by Lonewolf10 on 22 March 2009