View previous topic :: View next topic
|
Author |
Message |
themants
New User
Joined: 11 Aug 2022 Posts: 9 Location: india
|
|
|
|
I have a screen variable which is alphanumeric of length 5 where we can get the value of any length upto 5 but we would need to store the data of fixed length 5 in table with the starting character as '+' or '-'.
For example :-
I am getting the input as " 3 " so we would store the value in table as "+0003".
"-001" -> "-0001"
" -5 " -> "-0005"
" +03" -> "+0003"
please let me know how can i proceed. |
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2141 Location: USA
|
|
|
|
At this forum people only can advise you: WHAT IS, OR MAY BE WRONG IN THE CODE YOU PRESENTED.
People at this forum usually do not do your own job in full.
Nevertheless, there are also exceptions... |
|
Back to top |
|
|
|