|
-
Jan 31st, 2001, 01:09 PM
#1
Thread Starter
Addicted Member
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
-
Jan 31st, 2001, 01:36 PM
#2
Monday Morning Lunatic
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
-
Jan 31st, 2001, 05:29 PM
#3
What are you trying to do? I'm sure that there will be a way around it.
-
Jan 31st, 2001, 09:12 PM
#4
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|