[progress Communities] [progress Openedge Abl] Forum Post: Re: Conversion Integer To String

  • Thread starter Thread starter Harold-Jan Verlee
  • Start date Start date
Status
Not open for further replies.
H

Harold-Jan Verlee

Guest
You could insert an extra rule action to accomplish this --> FieldData.Value = FieldData.intValue.toString It will iterate through your new FieldData collection and update the Value field with the string converted value you stored in the intValue attribute. I realise this is an extra step as you'll first need to store the interger value from your integer enumerated custom data type, and then use that value to get to a string value. But it works and is not much extra effort.

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