Hi E,hi C,
You can, providing when using 'i' in a Loop, you don't come out of the Loop into another 'i' Loop.
The Data would have to be of the same Type, ie; Byte,Word etc..
I would initialise the Data to 0 or "" depending on Type before using.
I would not re-use it in an Interrupt Subr.
E
Hi E,hi C,
You can, providing when using 'i' in a Loop, you don't come out of the Loop into another 'i' Loop.
The Data would have to be of the same Type, ie; Byte,Word etc..
I would initialise the Data to 0 or "" depending on Type before using.
I would not re-use it in an Interrupt Subr.
E
Hi E,hi C.
You can use char and data with an additional letter [ a thru z ], charx and datax
E