TAeExchangeStruct Structure

Field Data Type Description Notes
FieldSep String Characters indicating a new field. Default recommendation is “{fs}” 1, 2
ItemID Integer Currently unused
LineSep String Characters indicating a new line. Default recommendation is “{ls}” 1, 2
RawData String Primary data passed to and from the system. Contained in a single ASCII string 3

Notes

  1. Do not use control characters
  2. Must be unique to properly separate rows and fields
  3. Data is assumed to be an implied two dimensional structure where fields are separated by a string defined in the FieldSep. Rows contain the fields and are . separated by the string as defined in the LineSep
  • Example: Row1Field1{fs}Row1Field2{fs}Row1Field3{ls}

Methods Referencing Structure

getManuallySelectedCalculatedData
getManuallySelectedSetupData
setManuallySelectedEmployeeData
setManuallySelectedSetupData

Back to Top