Pseudotype in procedure

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User_Russian
Addict
Addict
Posts: 1518
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Pseudotype in procedure

Post by User_Russian »

It would be great if the added support pseudotype in procedures and structures.

Code: Select all

Procedure.p-bstr Test(String.p-ascii)
  ProcedureReturn String
EndProcedure
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Pseudotype in procedure

Post by skywalk »

+1 but Procedures currently don't return structures.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply