I would'nt usually put all the variables on 1 line in the code - I'd split it into seperate lines. It probably won't make much of a difference though.
What about strings? - I mean, if you make your own setup format, like ''Plane Name=Boeing 747'', you could just load in the text string and look for the '=' character - then left hand side = command, right hand side = string. You could use this to free up the file format making modifications and revisions easy. There's nothing worse than making a lot of files then having to change the format, this way you could just add to it and code for the commands - build on your files rather than have to redo them. Strings would probably be a lot easier to work with too, because each line in the file could be a string that is parsed.
Van-B
My cats breath smells of cat food.