--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote:
 
> The ones I think I could support
> - string (passed as pointer to string always so supports input or 
> output but you had better use a variable name as output
> - signed /unsigned integer (unsigned int = hwnd or any type of 
> handle)
> - pointer to signed or unsigned integer
> - pointer to structure of signed or unsigned integers (will need 
> helper win functions to work with these)

Nice.   How much extra work to allow strings into structs, i.e.
helper func makes any combo of string. signed/unsigned int into
struct?
 
> All of the pointer types will reconvert the value at end of call 
> back to PowerPro string and store it, so you had better pass a 
> variable.  Note that all PowerPro variables can store a minimum of 
> 16 characters so any variable will do for numbers.  
> 
> That's only 7 arg types, so a single letter will do.

Sounds good. I was only using two letters because I wanted to 
cover pass-by-value vs pass-by-ref option, which was what second
letter was for.






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to