Skip to content
  • Dan Jabaay's avatar
    Checking if the string variable is len_trim > 0 before writing. · 2e7e6eeb
    Dan Jabaay authored
    Description:
    In an attepmt to eliminate erroneous characters being printed for a
    null/empty string type on a parameter list, the parameter list value is
    checked to make sure it has a length > 0 before printing.  If it is ==
    0, an empty string is printed (i.e. '') in its place.
    
    CASL Ticket # - PHI #5241
    2e7e6eeb