Project

General

Profile

Actions

Bug #337

closed

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

Added by David Baldwin over 4 years ago. Updated over 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

Actions #1

Updated by Francois Lionet over 4 years ago

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

Fixed!

Actions #2

Updated by David Baldwin over 4 years ago

Hooray!!!! At last :)

Actions #3

Updated by David Baldwin over 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF