Re: Error when tryijng to use Upper()
- Posted by Louis at cwshop.com Oct 17, 2003
- 456 views
I, too, struggle with the documentation. OK, Here's the problem. We go to= Win32Lib index.htm, press Ctl-F and search for "ES_UPPER" or "SelText"= and find nothing. You will say this is because index.htm is only one of= 44 files of HTML documentation. I say I don't have time to initiate up to= 44 separate searches to locate the explanation for "ES_UPPER". Two possible solutions come to mind... 1. Someone could write a search tool. 2. A link could be placed in index.htm for "EX_*" (I assume all of them= are in one file) so we could find them in two steps. Hopefully, a similar= thing would be done for the other batches of constants. Idea for the (perhaps distant) future - design special flags to put in the= comments in Win32Lib source (or any source) which allow a documentation= generator to produce documentation for the program. That way, when the= source is changed, it will only be necessary to run docgen to make new= documentation. It could produce a text file with HTML links, and the= single file could be easily searched. Louis. *********** REPLY SEPARATOR *********** On 10/15/2003 at 10:33 AM C. K. Lester wrote: > > >> Thanks, Derek, George and the rest of you. I can't find= ES-UPPER >> mentioned anywhere in the Euphoria documentation. > >> For that matter I can't >> find SelText or EditText either. Where do I find the documentation for >> these items? > >Those are all in the Win32Lib documentation (including the flags like >ES_UPPER, etc.)