Project

General

Profile

Bug #430

MATCH command causes internal error.

Added by Paul Kitching over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
08/04/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

Lots of compile errors if the program includes 'match'

e.g.

dim search$(15)
for x=1 to 15
  search$(x)=chr$(rnd(25)+65)
  print search$(x);" ";
next x
print
sort search$(0)
for x=1 to 15
  print search$(x);" ";
next x
print:print "Search.  Blank to continue."
b$="x"

while b$<>""
  input b$
  b$=upper$(b$)
  print match(search$(0),b$)
wend

Commenting out the 'match' line lets it run.

#1

Updated by Francois Lionet over 3 years ago

  • Assignee changed from AOZ Studio Team to Francois Lionet
  • Target version set to 0.9.9.4-r2

Fixed!

#2

Updated by Francois Lionet over 3 years ago

  • Status changed from New to Resolved
#3

Updated by Brian Flanagan over 3 years ago

  • Status changed from Resolved to Closed

Re-tested on Beta RC2. Works!

Also available in: Atom PDF