yeah.
trying to crack this down.
when line was:
until $ref[$+2]="action" or $+3>ubound($ref)

all was good expect some exceptions.
then did:
until ($ref[$+2]="action" and 0=len($ref[$+1])) or $+3>ubound($ref)

and it went bugga binga-k.

dunno how kixtart works with these binary logics but I thought I wrote:
(if element $+2 is "action" and the element before that is empty) or $+3 is more than element total, continue.

well, you can see that it does not work like that.
_________________________
!

download KiXnet