Project

General

Profile

Bug #337

Mid$=, Right$=, Left$=, throwing Internal error when called from inside procedure

Added by David Baldwin about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
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

Also available in: Atom PDF