Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Tue Mar 26, 2002 11:38 pm
Use %array |
You can not do the LOOP inside the conditional section of the the IF. Hence the correct form is:
#loop 0, %arrhigh(A) {#if (%pos(%arrget(A,%i),%1)<>0) {#show "Yes"} {#show "No"}} |
|