Re: Help needed with Listview controls
- Posted by Terry Moriarty <terry at EDERNEY.IDPS.CO.UK> Jul 29, 1999
- 512 views
On Wed, 28 Jul 1999 19:47:17 -0400, Bernie Ryan <bwryan at PCOM.NET> wrote: >Terry: > >On Wed, 28 Jul 1999 19:19:43 -0400, Terry <terry at EDERNEY.IDPS.CO.UK> wrote: > >> ok = allocate_string(string_struct) >> struct_members = struct_members & ok > >I am having trouble understanding what your trying to do at this point? > I'm using *ok* at this point for 2 reasons, to make reading the code simpler and to save my poor ol' fingers. The reason for struct_members is that I will need to save the string_struct address. Or is it that you think I should maybe be using string_struct for poking and not allocate_string(string_struct)? Thanks Terry >Bernie