Page 1 of 1

Posted: Thu Nov 22, 2001 12:14 am
by BackupUser
Restored from previous forum. Originally posted by CD.

This is my Wishlist for Purebasic:

[1] Windows: (All 3) - Mouse, Keyboard and Joystick event feedback.

[2] Screens: (They already have Mouse,Keyboard and Joystick feedback), so
Let us open Windows on Screens.

[3] Procedures:
Allow Multiple Arrays in Procedures

Allow Multiple Arrays to be passed in Parameter List of Procedures

Let the Variables (and Arrays someday) that are passed in the Parameter List to be changed from inside Procedures
- this would eliminate the need for ProcedureReturn=Result inside Procedure.

Better Documentation. I am finding it very hard to guess how things work!

That's all for now.

Thanks,
CD

Posted: Thu Nov 22, 2001 1:44 am
by BackupUser
Restored from previous forum. Originally posted by Fangbeast.

Better Documentation. I am finding it very hard to guess how things work!
No offence to Fred, he made a great compiler but, I would have to agree with you. I spend more time figuring out each command and how it works than actually coding.

Now I have to make menus and I am running scared :(

Fangles