> Here your and my script merged. The big difference is that I do not > read just created notes but open existing ones and try to get the
I have confiremd that this problem exists. As best I can tell, it is a bug in the Windows routines that PowerPro uses to get the line information from the edit control; note.Gettext still works fine. For now, you can workaround it with line(note.gettext(handle),1) > > ; reset your vector so that the sample > ; can be repeated endless > nh = "" Just FYI, this will work but is not ideal as the memory assigned to the vector is not freed. Use nh = vec.destroy(nh) instead. ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> 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/
