Never mind I figured it out. Crystal Syntax is real goofy sometimes!
~Charlie
_____
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Charlie Wilson
Sent: Monday, January 05, 2009 10:23 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Crystal If then with multiple operations
All
This pseudocode is basically in C++ I need to know how to do a similar
operation in Crystal can some one help me out?
If 10 > variable
{
Operation1;
If 20 < variable2
{
SubOperation 1;
SubOperation 2;
}
Operation2;
Operation3;
}
Basically I can't figure out how to make one if statement fire off multiple
operations. It only seems to do the first one based on the if and then no
mater what does the other ones.
Thank you
~Charlie
[Non-text portions of this message have been removed]
No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.176 / Virus Database: 270.10.2/1876 - Release Date: 1/5/2009
9:44 AM
[Non-text portions of this message have been removed]
~Charlie
_____
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Charlie Wilson
Sent: Monday, January 05, 2009 10:23 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Crystal If then with multiple operations
All
This pseudocode is basically in C++ I need to know how to do a similar
operation in Crystal can some one help me out?
If 10 > variable
{
Operation1;
If 20 < variable2
{
SubOperation 1;
SubOperation 2;
}
Operation2;
Operation3;
}
Basically I can't figure out how to make one if statement fire off multiple
operations. It only seems to do the first one based on the if and then no
mater what does the other ones.
Thank you
~Charlie
[Non-text portions of this message have been removed]
No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.176 / Virus Database: 270.10.2/1876 - Release Date: 1/5/2009
9:44 AM
[Non-text portions of this message have been removed]