![]() |
|
|
|
#1 |
|
What is wrong with this? Both are variables and
row_counter gets advanced in another process. wait until( row_counter = start_recording_row_delay ); b r a d @ a i v i s i o n . c o m Brad Smallridge |
|
|
|
|
#2 |
|
Posts: n/a
|
"Brad Smallridge" <> wrote in message news:... > What is wrong with this? Both are variables and > row_counter gets advanced in another process. > > wait until( row_counter = start_recording_row_delay ); > > b r a d @ a i v i s i o n . c o m If they are both variables then there is nothing to trigger the wait statement. At least one of them must be a signal. (Variables have no event information associated with them. The wait needs an event to trigger its execution.) Charles Bailey Charles Bailey |
|
|
|
#3 |
|
Posts: n/a
|
Brad Smallridge wrote:
> What is wrong with this? Both are variables and > row_counter gets advanced in another process. > > wait until( row_counter = start_recording_row_delay ); > > b r a d @ a i v i s i o n . c o m > > Brad, I don't understand. If both are variables (not global) then you cannot see them from other processes ! And if they are local to the process where the wait is located, who will update them if the process is suspended ??? Maybe you meant that row_counter was a signal ? (then it should work) Or maybe you've declared "variable row_counter" in both processes ? Bert info_ |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: Twin Peaks - Season 2, wait until October | The Man With No Name | DVD Video | 1 | 01-27-2007 11:06 PM |
| Wait for new test or go for current one? | scs | A+ Certification | 4 | 09-06-2006 02:44 AM |
| Net+ - should I start studying or wait? | Patrick Michael | A+ Certification | 5 | 05-11-2004 02:42 AM |
| Re: Should I wait for the new exam? | Cindy Clayton | A+ Certification | 0 | 08-18-2003 10:21 PM |
| Re: I already can't wait for Freddy vs Jason DVD | buck16 | DVD Video | 0 | 08-08-2003 08:09 AM |