|
-
Aug 27th, 2003, 03:09 AM
#1
Thread Starter
Hyperactive Member
I lost my brain (Looping Q.) [RESOLVED]
*FOUND MY BRAIN AGAIN*
Greetings,
I have in the moment a blank brain and need input.
I have a combobox the contens of this box =
"T-T-T-N"
"T-T-N-N"
"T-N-N-N"
"N-T-T-T"
"N-N-T-T"
"N-N-N-T"
Depending on the selection the outcome on the screen has to be for
COMBOBOXVALUE OUTPUT
"T-T-T-N" = "TTTT--TTTT--TTTT--NNNN"
"T-T-N-N" = "TTTT--TTTT--NNNN--NNNN"
"T-N-N-N" = "TTTT--NNNN--NNNN--NNNN"
"N-T-T-T" = "NNNN--TTTT--TTTT--TTTT"
"N-N-T-T" = "NNNN--NNNN--TTTT--TTTT"
"N-N-N-T" = "NNNN--NNNN--NNNN--NNNN"
Where the output is repeating it self until 255 charaters are filled.
How can I loop this the fastes way?
Thanks in advance
Manfred
Last edited by Bongo; Aug 27th, 2003 at 03:56 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|