Zabaware Support Forums

hal error

Started by lightspeed, January 01, 2018, 05:21:24 PM

Previous topic - Next topic

lightspeed

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 ??
 

onthecuttingedge2005

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.