Hi Sander,

If you're using Kix2001 this should work:

code:

$line="a1a;20342;anna ardts"

$array=SPLIT ("$line",";")

$class=$array[0]
$nr=$array[1]
$name=$array[2]

? $class ? $nr ? $name


notice that I haven't used the number of array fields. I think it doesn't work correctly. (see the beta board for more info)

_________________________
The Code is out there