Why do I get a (3,2) expected statement error here?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MAURICE ELLIS
    New Member
    • May 2013
    • 1

    Why do I get a (3,2) expected statement error here?

    Why do I get a (3,2) expected statment error here?
    Code:
    'CATHY:
    '  Initialise:
     LET Dictionary=1000
     Dim Context$(Dictionary)
     Dim Alternatives$(Dictionary)
     Let EmptyRow = 0
     Let EndOfResponseCharacter$ = CHR$(180)
     Let ContextLength = 6 
     Let CurrentContext$ = STRING$(ContextLength, EndOfResponseCharacter$)
     Let DictionaryFile$ = "CATHY.MEM"
     RANDOMIZE TIMER
        RETURN
    Last edited by acoder; May 25 '13, 12:38 AM. Reason: Please use [code] tags when posting code
Working...