Hi EneR,
nicht besonders elegant, aber klappt:
$coords = "100:101";
$x = substr("$coords", 0, 3);
$y = substr("$coords", 4, 3);
Grüße & schönes WE, dicon
Hi EneR,
nicht besonders elegant, aber klappt:
$coords = "100:101";
$x = substr("$coords", 0, 3);
$y = substr("$coords", 4, 3);
Grüße & schönes WE, dicon