[Progress Communities] [Progress OpenEdge ABL] export delimiter <expression>

  • Thread starter Thread starter KWSMaster
  • Start date Start date
Status
Not open for further replies.
K

KWSMaster

Guest
Allow the delimiter phrase of the export statement to accept an expression or variable as well as a constant. Per the standard, only accept the first character of the expression as the delimiter. This would be HUGE for code that needs to support standard Progress space delimiter exports, as well as CSV format (comma) seperated exports. We've supported this using dynamic function calls that export the same data, but that means the output logic is being duplicated across multiple subs instead of being compact.

Continue reading...
 
Status
Not open for further replies.
Back
Top