[email protected] schrieb:
> Wäre nicht mehr direkt Menschenlesbar.
> Wie auch immer. Es gab mehrfach Gelegenheit alternativen
> im Wiki zu formulieren. Hat keiner, trotz Aufforderung, gemacht.

Was für eine Maschine verwendest Du?

<?php
$string = 'TMC:58:1:LocationCode';
$array = explode(':', $string);
print_r($array);
?>

Ergibt sowas wie:
- 0 => "TMC"
- 1 => "58"
- 2 => "1"
- 3 => "LocationCode"

Es ist halt nur fehleranfälliger, aber trotzdem maschinenlesbar.

_______________________________________________
Talk-de mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/talk-de

Antwort per Email an