XSETC
XSETC( $name , $p1 , $p2, ... )
XSETC speichert die Variablen $p1, $p2, ... in der Datei $name im Pfad ./ctx/ .
XGETC( 'lastnumber' , $last )
if (empty($last))
{
$last = 1;
}
else
{
$last = $last + 1;
}
XSETC( 'lastnumber' , $last )
XGETC