September 16, 200718 yr Hi,Can I have a condition in a print statement? (L:Ginit,bool) if{ Print TRUE } els{ print FALSE} I know this is not the right syntax but just to give you an idea what I am looking for.Thanks,Roelof
September 16, 200718 yr >>Can I have a condition in a print statement?>Yes! I found it somewhere. Something like this will do the job.%((P:Simulation rate, number) 1 <)%{if}%((P:Simulation rate, number))%!1.2f!%{else}%((P:Simulation rate, number))%!3.0f!%>Roelof
Create an account or sign in to comment