* Stuart Buchanan -- Tuesday 03 July 2007:
> The included XML files replace those in the gui/dialogs directory, while
> gremlins.nas should be put in the Nasal directory.

gremlins.nas?  Please not "funny" names in $FG_ROOT/Nasal/. These
are code files, and so far all of them were called after their purpose.
This makes it easier for all to see what they are about.

What I don't really understand is why local variables need to be ii and
nnn. What's wrong with just i and n, like everyone else uses? Or is
exactly *that* the problem?

  for (ii = 0; ii < 5; ii+=1){
  ...
  nnn = props.globals.getNode(feat ~ "/serviceable", 1);
  if (nnn.getValue() == nil) {
    nnn.setBoolValue(1);

Or is nnn an acronym for something?

m.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to