[progress Communities] [progress Openedge Abl] Forum Post: Re: Fixed Length Record - Plain Text

  • Thread starter Thread starter mpiscoso@gmail.com
  • Start date Start date
Status
Not open for further replies.
M

mpiscoso@gmail.com

Guest
I think you should be able to use a formula field and add the padding/leading characters using code. You may then export the formula field. ex. var test = "{!field#value}"; while (test.length != 20) { test += "0"; //add character 0 until the length is 20. } return test; Hope that helps.

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