sealeopard,

Thats exactly the logic i use to see if a value is in an array:
code:
$_=$ArrayDelim+Join($Array,$ArrayDelim)+$ArrayDelim
If Instr($_,$ArrayDelim+$ValueToLookFor+$ArrayDelim)<>0
; In array !!
EndIf

It seems faster than looping the array... [Smile]

[ 06. March 2003, 09:42: Message edited by: Schuliebug ]
_________________________
Kind regards,