Oxygen Basic
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Latest OxygenBasic.zip at GitHub
(Click on the Wizard)
Home
Help
Search
Login
Register
Oxygen Basic
»
Information
»
Open Forum
»
JAPI 2.0 DLLC
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: JAPI 2.0 DLLC (Read 6879 times)
0 Members and 1 Guest are viewing this topic.
Charles Pegge
Guest
Re: JAPI 2.0 DLLC
«
Reply #15 on:
May 25, 2013, 07:34:07 PM »
You can also do:
if not i and 1 ...
or
if i and 1 = 0 ...
PS:
It is getting light now. I must return to my casket
«
Last Edit: May 25, 2013, 07:43:15 PM by Charles Pegge
»
Logged
JRS
Guest
Re: JAPI 2.0 DLLC
«
Reply #16 on:
May 26, 2013, 07:22:29 AM »
if not i and 1 ... <--- This works
or
if i and 1 = 0 ... <-- This doesn't
Logged
Charles Pegge
Guest
Re: JAPI 2.0 DLLC
«
Reply #17 on:
May 26, 2013, 01:25:44 PM »
Ah yes, operator precedence:
if (i and 1)=0 'even
Logged
Print
Pages:
1
[
2
]
« previous
next »
Oxygen Basic
»
Information
»
Open Forum
»
JAPI 2.0 DLLC