Actions
Bug #681
closedLocate statement fails on Floating Point parameters.
Start date:
03/05/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
Instead of failing, it should Round floating point parameters.
Example:
Cols = 80 : Rows = 25
Locate Int(Cols/2-5),Int(Rows/2) ' This works
// Locate Cols/2-5,Rows/2 ' This fails
Print "Test"
Actions