Hey Folks,
Im trying to Return <0 in a function(including the < sign)
Anyone know how I could do that? Ive tried the following
local $error_code1 == <0
Return ($error_code1)
Return (<0) ;;;; no luck
Return ({<}0) ;;;no luck
;; Even tried Const and Byref = <0 but still no luck