Hello Guest it is April 23, 2024, 06:50:26 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Robert S.

Pages: 1
1
The reason "If GetOEMLED(23) = 1" doesn't work is because, while GetOEMLED(23) returns 0 for False, it returns -1 for True.

Also keep in mind that any non-zero value will likely evaluate to True. This becomes especially important if you are using Not.

Pages: 1