Results 1 to 9 of 9

Thread: noob question ARRAY????

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Location
    Philippines
    Posts
    468

    noob question ARRAY????

    how can i deterrmine if a control is an array
    VB Code:
    1. dim ctrl as control
    2. for each ctrl in controls
    3.  
    4. if typeof ctrl is textbox
    5.  
    6. if isarray(ctrl)=true then           'function isarray doesn't work
    7. 'code
    8. end if
    9. end if
    10.  
    11. next ctrls

    2nd question
    how can i create a witheevents on array of textboxes?
    Last edited by mikee_phil; May 22nd, 2006 at 09:06 AM.

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