Yes, I know it wont work, that's why I am asking if there is a way to do something like that.
Right, that's what I said in my previous post. I want to avoid using CASE or IF/THEN blocks because of the number of times I have to invoke the PIN in the routine (In my actual code I don't have just 3 conditions). It is just not practical to have so much redundant code as I need the space for other things.The only way I see to do what you want is to use an IF/THEN/ELSE block with three condiitons or CASE SELECT with three conditions.
Thank you anyway, I appreciate your taking the time to look at my problem![]()
Bookmarks