On a CTX-100. I have a token string that access a .txt file so our customers can enter in their zip code and ring the appropriate office.

@V(zip.txt),1,%S1,2,%S2)G(%S2,E)

In the zip.txt s1 is the zip code s2 is the extension. My problem is if the zip doesn’t exist in the text file it loops back into the auto attendant. What token will ring operator (0) if no s1 is found?


The Advance Noobie!