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

#1

Updated by Francois Lionet about 4 years ago

  • Status changed from New to Resolved
  • Target version set to 0.9.8.1

Fixed!

#2

Updated by David Baldwin about 4 years ago

Hooray!!!! At last :)

#3

Updated by David Baldwin about 4 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF