Results 1 to 4 of 4

Thread: duplicate text

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2000
    Posts
    148

    Red face

    How do i duplicate a text with Api like this but with Api

    For I = 0 to 5
    A = A & Text
    next I
    Thanks For All Your Help!
    If I helped you I give God the glory

    From CodeGreen

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Huh?

    I don't think there's anything specific in the API to do that since it's a part of pretty much every programming language.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    Guest
    What are you trying to do? I'm sure that there will be a way around it.

  4. #4
    Lively Member
    Join Date
    Jun 2000
    Posts
    124
    Is that really an API question? Can't you just do:
    text1.text = text1.text & text1.text or something like that and then loop it?
    On Error Resume Screaming...

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