AmiDARK / AmosProfessionalUnity-Official-Releases

17 stars 0 forks source link

Compiler - Val() #3

Open AmigaCoding opened 3 years ago

AmigaCoding commented 3 years ago

After compiling a source the Val() command does not read correctly negative numbers from a string. E.g.: In a text file, there is a "-1.25" string value. Reading it with Val() will end up having an absolute 1.25. However, it works correctly under the AMOS Editor.