WCN changes for various improvements
Added RO Format flag: UpRoImmAftrDashSpace (updates RO units if RO immediately follows a ‘- ‘, i.e. dash, space)
This commit is contained in:
@@ -1122,6 +1122,7 @@ public struct RO
|
||||
/* Format flags moved to here.... */
|
||||
public string AllUnits;
|
||||
public string UpRoAftrDash; //UpSetpntAftrDash;
|
||||
public string UpRoImmAftrDashSpace; //New - used this to differentiate from already (incorrect) existing UpRoAftrDash
|
||||
public string UpcaseAllRoUnits; //UpcaseAllSetpointUnits;
|
||||
public string CapHighRo; //CapHighSetpnt;
|
||||
public string CapRoIfLastLower; //Old CapsPIFLastLower;
|
||||
@@ -4112,6 +4113,7 @@ namespace fmtxml
|
||||
else fmtdata.TransData.DoSectionTransitions = "False";
|
||||
#endregion
|
||||
#region RO
|
||||
fmtdata.ROData.UpRoImmAftrDashSpace = "False";
|
||||
if (XtraFlags.AllUnits == "True") fmtdata.ROData.AllUnits = "True";
|
||||
else fmtdata.ROData.AllUnits = "False";
|
||||
if (XtraFlags.UpSetpntAftrDash == "True") fmtdata.ROData.UpRoAftrDash = "True";
|
||||
|
Reference in New Issue
Block a user