Help Program Update
- Posted by Al Getz <Xaxo at aol.com> Feb 17, 2003
- 423 views
Hello again, My recent Help program now features help on Euphoria, WinLib, and the Windows API, with drag and drop into favorite topics. I would like to get commented info on the external WinLib functions however to include in the help system, so if someone most familiar with these functions would like to send me the comments ill include them in the help system update. The format should be something like: -- function FunctionName(arg1, arg2, arg3,... argN) Purpose: To do this and that and....... Returns: Success id>0, id of control Failure id=0 atom arg1 is... atom arg2 is... sequence arg3 is... -- The above should be the minimum info. Take care, Al