Results 1 to 3 of 3

Thread: operator

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    3

    Talking

    Okay so this is what i need to do,

    say i wanted to set captions in label boxes but not use much code

    -----

    dim scrip1 as integer
    dim scrip2 as integer
    etc.

    for i = 1 to 10
    label i .caption = scrip i
    next

    ------

    what would i use to integrate i in as the number of the label box/variable name?


    an answer would be greatly appreciated, thanx

    ie for text "as;dlkfj" & scrp & "a;lsdkj" etc.

    but what do i use instead of & in this case? or can i even do that?

  2. #2
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Use a control array. I just explained this in another post, I'll get the link...
    Harry.

    "From one thing, know ten thousand things."

  3. #3
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Harry.

    "From one thing, know ten thousand things."

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