Page 1 of 1
edit word with text format
Posted: Tue Jul 11, 2017 11:24 am
by Tracker
Hello I would like to implement the function edit word with the text format because variable bound to rpg program contains characters and numbers.Is there a way to do it ?
Re: edit word with text format
Posted: Tue Jul 11, 2017 11:48 am
by Scott Klement
Edit Words are an IBM feature, they only work with numbers.
If you mean you'd like to write your own formatting routine that works with both letters and numbers, you are certainly welcome to do that. There is documentation on writing your own formatter here:
http://www.profoundlogic.com/docs/displ ... +Formatter
Re: edit word with text format
Posted: Wed Jul 12, 2017 6:50 am
by Tracker
thx Scott.