03-20-2007 08:57 AM
03-20-2007 09:29 AM
03-20-2007 10:59 AM
03-20-2007 11:56 AM
Please don't use so many abbreviations. It just makes your question harder to read.
Does 'tinel' mean tunnel? If so, then you don't necessarily need to tunnel out of a case statement. The file write can be inside the case statement. If you need it outside, then you should be using a shift register and wiring the shift register straight through one of the cases.
There are a lot of shipping examples that demonstrate file I/O. If you are stuck, why don't you post the code you've written. That's probably the easiest way for someone to understand what your problem is.
03-20-2007 12:19 PM
03-20-2007 12:31 PM
A case structure does not imply any execution order, so the word "last" only has meaning in the context of your code. If it is the last case execued before you want to save, AND it is guaranteed to execute last before the save, AND you don't need to save after any other case has executed, you can just set the output tunnel to "use default if unwired".
@fella wrote:
...
as i have mentioned..i use three cases ..n i have to read the file from the last case..
03-20-2007 12:36 PM
03-20-2007 12:51 PM
03-20-2007 12:53 PM
03-20-2007 01:01 PM