Can you ID this language?????
All,
I'm working in XML where the formatted text tag allows for this sort of code within a string. Can anyone *please* ID what this is for me so that I can start looking for tutorials, SDK's, etc that will help me to learn to write it well.
The code examples, all are within STRING tags that are within FORMATTED TEXT tags:
Example 1:
%((@c:WaypointAirportFrequenciesNumber) s2 0 !=)
%{if}
%(0 sp1)
%{loop}
%(l1 (>@c:WaypointAirportCurrentFrequency))
%((@g:listCurrent) l1 == (@g:listItems) 1 == and)%{if}\{blnk}%{end}
%((@c:WaypointAirportFrequencyName))%!s!\{nr}\t
%((@c:WaypointAirportFrequencyLimit))%{case}%{:1}\{dpl=RX}%{:2}\{dpl=TX}%{end}\t
%((@c:WaypointAirportFrequencyValue,Mhz) 100 * near d 100 div)%!03d!.\{fnt1}%(100 %)%!02d!\{fnt}
\n
%(l1 ++ s1 l2 <)
%{next}
%{end}
Example 2:
%((@c:FlightPlanWaypointApproachType))%{case}
%{:1}%((@c:FlightPlanWaypointApproachName))%!s!
%{:2}proc. turn
%{:3}proc. turn
%{:4}dme arc
%{:5}dme arc
%{:6}hold
%{:7}hold
%{:8}%((@c:FlightPlanWaypointApproachTarget, nmiles))%!0.1f!\{dpl=nm}
%{:9}%((@c:FlightPlanWaypointApproachTarget, feet))%!d!\{dpl=ft}
%{:10}man seq
%{:11}%((@c:FlightPlanWaypointApproachName))%!s!
%{end}
Thank you all very much for any insight on this. Several of us are going crazy because there is little documentation and we're trying to learn to write for this application in a way that we can make the most of the capabilities this language / variant / style may have... but no one knows where to turn because we can't ID exactly what on earth it is that we're working with.
Thanks,
Scott / Vorlin Started By Vorlin on Apr 7, 2006 at 8:17:09 PM |