Results 1 to 4 of 4

Thread: [Resolved]Building string from listbox

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2001
    Location
    Maumelle, AR
    Posts
    624

    [Resolved]Building string from listbox

    Does this code look correct to complete the task?

    Code:
    'store all medications information as string value
            While lstMeds.Items.Count > -1
    
                For i = 0 To lstMeds.Items.Count - 1
                    strActiveMeds = strActiveMeds & lstMeds.SelectedItem & ", "
                Next
            End While
    Thanks.
    Last edited by hipopony66; Feb 16th, 2009 at 05:46 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width