How can kixtart read different parts of one line?
For example, I have this lines:

a1a;20342;anna ardts
h3da;15006;kim van arendonk

Then the results of the first line must be:

code:

$class=a1a
$nr=15006
$name=anna ardts


From the second line the results must be:

code:

$class=h3da
$nr=20342
$name=kim van arendonk

Anyone any idea?