September 1, 201114 yr {loop}{next} outside of <String>? Can {loop} {next} be used outside of <String> (for example, in an <Update> section), and if yes, can someone show an example syntax? I would like to perform some operations within a {loop}. I'm not referring to the display of a series of values inside {loop}{next} within a <String> within an <Element>. Nor the type of loop that can be created by utilizing the gauge update cycle rate plus cycle counters and if{ statements. Rather, a loop of instructions/calculations that can be performed in the same gauge update cycle, so I am wondering if {loop} can be used outside of a string. Make any sense? Many Thanks. Bob
September 1, 201114 yr Author Answered courtesy of Luka at FSDeveloper. Use of Gotos and labels will do it.
Create an account or sign in to comment