PowerBuilder Developers Conference 2012 – Had a blast!
I’m overloaded with a ton of ideas and new information gleaned from the sessions over the past two days.
There’s even things I think I can put to immediate use at my ‘real’ job!
Let’s keep it going online, share your ideas and experiences today.
PB Coding Tip
You can place multiple statements on a single line in Powerscript.
Use the semi-colon between statements.
Example:
ls_blah = ls_msg; IF ls_blah = ‘stop’ THEN RETURN
You should exercise caution with this approach, however, as it can lead to confusion for the developers who end up supporting your code.
Be the first to leave a comment
You must be Logged on to comment or reply to a post.