Zabaware Support Forums

Zabaware Forums => General Discussion => Topic started by: lightspeed on January 01, 2018, 05:21:24 pm

Title: hal error
Post by: lightspeed on January 01, 2018, 05:21:24 pm
this is to otce  etc. i have  hal error

IT SAYS " HALSCRIPT ERROR 12 ON LINE 4727 IN COLUMN 0 : TYPE MISMATCH "S"
 WHAT IS MISMATCH "S" 'what does this mean ??
Title: Re: hal error
Post by: onthecuttingedge2005 on January 01, 2018, 06:26:59 pm
mismatch is usually a bad value "type", like, Strings = "Text"' 'string Or Strings = True 'Boolean Or Strings = 1 'integer

it means some other variable is seeing it as the incorrect type of sub-related variable it is expecting.

I would prefer to look at the code on that error line when it happens, it would be more helpful.