Imagine Programming
05-11-2008, 10:52 AM
ProcedureDLL.s Binary(CharIn.s, Auth.s)
If Auth == "1"
-- some replacing
ProcedureReturn CharOut.s
Else
ProcedureReturn "-1"
EndIf
EndProcedure
i don't understand, i get an syntax error at the if Auth == "1" line... why?
*** Nevermind, i already found out... -.-' double '='
If Auth == "1"
-- some replacing
ProcedureReturn CharOut.s
Else
ProcedureReturn "-1"
EndIf
EndProcedure
i don't understand, i get an syntax error at the if Auth == "1" line... why?
*** Nevermind, i already found out... -.-' double '='