Jump to content

writing section of code eg crystal style


linvicch

Recommended Posts

Hi, is it possible to write small section of code like in crystal report. eg

if(boolean){

           do this

}if(boolean){

      do that

}

 

I know you can use new String((1>0?"true":"false")) but the above is just an example. supposedly if I want to do more than that, do I have to write scriptlets for it?

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...