12-05-2005 02:24 AM
12-05-2005 02:27 AM
12-05-2005 02:37 AM
Hi
Use the producer/consumer-pattern. Using the event-structure you can feed a queue with elements, which are dequeued in a second loop, which contains a case-structure. So if you detect invalid data, you just can enqueue new appropriate elements.
Hope this helps.
Thomas
12-05-2005 03:12 AM
Hi ,
The only thing that interest me is how to prompt the user with that warning .
can you focus on that ?
12-05-2005 03:33 AM
12-05-2005 03:41 AM
Hi ,
Got what i needed ,
Thanks