All,
I am trying to parse a text string the has a comma as a delimiter but can't find the right BSFN to do the job.
I am using B05000690
Parse Text String
BC Name - Remark Explanation (F0618) -> BF szInputText
VA rpt_ParseDate_str <- BF szOutputObjectSegment
"1.00" -> BF mnSegmentNumber
"," -> BF cDelimiter
Sample of the data
Explanation -Remark-
1634398,05/04/09
1634398,05/05/09
1634398,05/06/09
1634398,05/07/09
1634398,05/08/09...
Read more
I am trying to parse a text string the has a comma as a delimiter but can't find the right BSFN to do the job.
I am using B05000690
Parse Text String
BC Name - Remark Explanation (F0618) -> BF szInputText
VA rpt_ParseDate_str <- BF szOutputObjectSegment
"1.00" -> BF mnSegmentNumber
"," -> BF cDelimiter
Sample of the data
Explanation -Remark-
1634398,05/04/09
1634398,05/05/09
1634398,05/06/09
1634398,05/07/09
1634398,05/08/09...
Read more