Hi,

How will I insert an if instruction before a set of
instructions?  These set of instructions should
execute only when the if condition satisfies. 

Now I've 

statement1;
statement2; 
 
in my class file.

I want to generate the class file as

if (){
    statement1;
    statement2; 
}

Any help is appreciated.

Thanks,
Eshwari

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to