News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Trailing blanks in single line edit

Started by Jimg, March 20, 2007, 01:48:21 PM

Previous topic - Next topic

Jimg

#15
Hi Paul-
I'm not doing anything so complicated or exciting (boring? hah!).  I'm just getting variable length lines from the user, so I'm relying on the control to feed me the lines one at a time.  As the whole subject of this thread, the trailing blanks are significant.  I'm just upset when I can't find documentation and I have to guess what's going on with windows now.

As a little preview of what I'm doing, it's a program to search files for strings.  I use it primarily to search the many megabytes of code examples I have collected to see how an api is used or to find something I've done in the past.  You put the strings you want to search for in the top rich edit, one string per line, blanks are significant.  In the bottom richedit, you can enter strings that will disqualify a line.  eg. I want all lines that contain abc but not if it's abcd.

I've got a ton of things to still do to it, but it's functional.  Just not for files over 4GB at the moment.



[attachment deleted by admin]