IonicWind Software

IWBasic => General Questions => Topic started by: plurald on May 06, 2025, 02:41:45 PM

Title: "Error: syntax error - as" Line of code this msg is referring to has no error!
Post by: plurald on May 06, 2025, 02:41:45 PM
problem.txt
Title: Re: "Error: syntax error - as" Line of code this msg is referring to has no error!
Post by: billhsln on May 06, 2025, 08:25:27 PM
Change:

   if pixClr = 3  then                               |
      Get_Bigger_Circles_Info(x, y, centerX, centerY)
   endif

AS only needs to be on SUB definition.

Bill