dupa

Author Topic: hal error  (Read 2005 times)

lightspeed

  • Hero Member
  • *****
  • Posts: 6761
    • View Profile
hal error
« 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 ??
 

onthecuttingedge2005

  • Guest
Re: hal error
« Reply #1 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.