Bryce,
hmmm ... seems logical to me behaving like shown by u

on the other side you could also define that by doing this (simplified):


$temp = yourfunction()

function yourfunction()
    dim $temp[20]
    $yourfunction = $temp
endfunction


(it will get a global variable/array)

hth

J.

[ 13 February 2002: Message edited by: jpols ]

[ 13 February 2002: Message edited by: jpols ]

_________________________