2005-12-22 10:43 PM
2005-12-28 07:54 PM
2005-12-28 10:12 PM
2005-12-29 06:15 AM
2005-12-29 03:07 PM
sirduncan wrote:I might be wrong, but I think this error message comes when the program gets a variable that is different from what it expects. For example, it expects a number, but the variable is a string.
On a continuing thought here - --
I have it pulling the information now, but my if statement is failing. ie.
zoneexists = REQUEST ("Zone_relations", "", category_name, code, name, number)
TEXT2 3,1,name ! this prints the 'name' of the zone it is in
IF name="FOUNDATION" THEN ! this gives me an error (see below)
TEXT2 3,1,name
ENDIF
The error I am getting on that if statement is this:
"Incompatible types in expression at line xxx of the file xxx.gsm (System error -1)"
Anyone care to venture a guess on this? I have seen this near same code on these boards and everyone says it should work, but it is not. Help.
2005-12-29 05:39 PM