Actions
Bug #337
closedMid$=, Right$=, Left$=, throwing Internal error when called from inside procedure
Start date:
04/10/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
#splashScreen:false
#manifest:"pc"
// Tiny Mid$ Tester
A$="H**LO WORLD"
Global A$
Mid$(A$,2)="EL"
Locate 0,4 : Print "Test One : ";A$
Wait Vbl
Test
Locate 0,5 : Print "Test Two : ";A$
Wait Vbl
End
Procedure Test
Mid$(A$,2)="EL"
End Proc
Updated by Francois Lionet over 4 years ago
- Status changed from New to Resolved
- Target version set to 0.9.8.1
Fixed!
Updated by David Baldwin over 4 years ago
- Status changed from Resolved to Closed
Actions