There are times when programmers need to convert numbers to characters. I use %EditC built in function using edit code 'X'.
Example:
1. Time 34233 (say 3.42.33 am); TextFd = %EditC(Time:'X') Returns '034233' when TextFd is 6A.
2. Number 123; TextFd = %EditC(Number:'X') Returns '000123'
It's just a line of code!
==================================
MORE INFORMATION ON THIS TOPIC
==================================
The Best Web Links: tips, tutorials and more.
Ask your programming questions--or help out your peers by answering them--in our live discussion forums.
Ask the Experts yourself: Our application development gurus are waiting to answer your programming questions.