Results 1 to 10 of 10

Thread: Control array help.....[RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member psycopatchet69's Avatar
    Join Date
    Sep 2004
    Location
    Grand Rapids, MI
    Posts
    256

    Resolved Control array help.....[RESOLVED]

    [sigh] i need more help with control arrays, and cant find my answer anywhere.

    VB Code:
    1. private sub stuff
    2. dim number as integer
    3.      for number = 1 to shape1.ubound
    4.          code
    5.          code
    6.          code
    7.      next number
    8. end sub

    How would i go about setting up that code so that when the control array element doesnt exist it goes to "next number"
    Last edited by psycopatchet69; Nov 21st, 2004 at 08:31 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