View Single Post
Old 27 January 2011, 15:30   #2
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Quote:
Originally Posted by MethodGit View Post
RNC_1.S = produces the following error:
Code:
Pass 1..
** Illegal Operator
   45   ELSEIF
Change the ELSEIF to ELSE to fix this error.

Quote:
Originally Posted by MethodGit View Post
RNC_2.S = produces the following error:
Code:
Pass 1..
** Illegal Operator
   233  getrawREP
This is a macro IIRC which also has an "ELSEIF" statement, change it to ELSE, if you get another error (if memory serves me right, there are several macros used), change all ELSEIF's to ELSE.
StingRay is offline  
 
Page generated in 0.08099 seconds with 11 queries