Conversion to array

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mclueless
    New Member
    • Jan 2008
    • 56

    Conversion to array

    I have already designed my form which consists of 10 text boxes n now i realize that those textboxes need to be an array....is there any way to alter the existing text boxes to become part of one array?? or will i have to delete them n make them again?
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Originally posted by mclueless
    I have already designed my form which consists of 10 text boxes n now i realize that those textboxes need to be an array....is there any way to alter the existing text boxes to become part of one array?? or will i have to delete them n make them again?
    You can try control Index. This handles the control arrays easily

    Rey Sean

    Comment

    • werks
      New Member
      • Dec 2007
      • 218

      #3
      I a agree with lotus18, try using index in your textbox.

      Comment

      • Killer42
        Recognized Expert Expert
        • Oct 2006
        • 8429

        #4
        Originally posted by werks
        I a agree with lotus18, try using index in your textbox.
        And once you've set their Index, you have to change their Name to match your array.

        Comment

        Working...