robotdna
Active member
I am writing a program to tell me shape and bond angle of a molecule
when the bonding and non-bonding domains are entered. This returns a
"Missing Then in the If..EndIf block" Error, yet I am not missing any
Then statements. What is going on?
Define b(c,d)=
Prgm
:If c=2 and d=0 Then
isp "Linear, 180"
:ElseIf c=3 and d=0 Then
isp "Trigonal Planar 120"
:ElseIf c=2 and d=1 Then
isp "Trigonal Planar Bent/V-Shaped
when the bonding and non-bonding domains are entered. This returns a
"Missing Then in the If..EndIf block" Error, yet I am not missing any
Then statements. What is going on?
Define b(c,d)=
Prgm
:If c=2 and d=0 Then
:ElseIf c=3 and d=0 Then
:ElseIf c=2 and d=1 Then