Hello,
I get a warning 35 when I do this:
If CallSub(service_name, "foo") = 5 Then
but not this
If 5 = If CallSub(service_name, "foo") Then
foo returns an int. Whats the difference?
Thanks
I get a warning 35 when I do this:
If CallSub(service_name, "foo") = 5 Then
but not this
If 5 = If CallSub(service_name, "foo") Then
foo returns an int. Whats the difference?
Thanks