[Help-Pseudotypes] Mention input vs output parameters

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

[Help-Pseudotypes] Mention input vs output parameters

Post by skywalk »

FROM:
Help - Pseudotypes wrote:The pseudotypes can only be used with prototypes, interfaces and imported functions. The pseudotypes does the appropriate conversion only if it is necessary: for example using a 'p-ascii' pseudotype in an ascii compiled program makes no difference with regular string type.
TO:
Help - Pseudotypes wrote:The pseudotypes can only be used with prototypes, interfaces and imported functions. Input pseudotypes are converted only if necessary: for example using a 'p-ascii' pseudotype in an ascii compiled program makes no difference with regular string type. Returned pseudotype parameters are not translated back after a function call.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum