Page 1 of 2

PPL beta 0.6 is now available!

PostPosted: Jun 25, 2004 @ 9:33pm
by kornalius

PostPosted: Jun 27, 2004 @ 2:41am
by redshift

PostPosted: Jun 27, 2004 @ 8:31pm
by kornalius
Hi Red,

Try using the Edit/Edit WinMain code. This would probably be more appropriate for initialization code. It has just been added to PPL in version 0.6.

I will do some test tomorrow and let you know.

Regards,
Kornalius

PostPosted: Jun 27, 2004 @ 8:34pm
by Deathmvp
It may be just me for some reason but I thing I found a bug. I have the information posted in the other thereed . It seem at lest for me if I use the v. form I have to save and shut down the program befoe I can continue as the code changes.

PostPosted: Jun 28, 2004 @ 2:05pm
by kornalius

Feedback and Question on 0.6

PostPosted: Jun 28, 2004 @ 2:06pm
by mervjoyce

PostPosted: Jun 28, 2004 @ 4:28pm
by kornalius

PostPosted: Jun 28, 2004 @ 4:47pm
by kornalius

Thanks

PostPosted: Jun 29, 2004 @ 2:30am
by mervjoyce

PostPosted: Jun 29, 2004 @ 2:38am
by kornalius

A simple question on "Case"

PostPosted: Jun 29, 2004 @ 10:19am
by mervjoyce
Does the "Case" statement support a "default" clause?

eg:

Case (var$)
1:
do some things;
2;
do some more things;
else
catch everthing else and do soething different;
end;

or is there some different construct.

I have got around my immediate need by using the nested "if else end" alternative approach. I'm about to port my GPS decode routine (from Delphi) and I see they use this construct heavily .. maybe a little re-typing won't hurt me .....

cheers

PostPosted: Jun 29, 2004 @ 5:34pm
by kornalius

PostPosted: Jun 29, 2004 @ 5:40pm
by PointOfLight

PostPosted: Jun 29, 2004 @ 5:49pm
by redshift

PostPosted: Jun 29, 2004 @ 6:18pm
by kornalius