Hi all,
Please Find my code below where I am trying to Insert a value into the table Field.
I am trying to concatenate StringEdit Control with "139" using (+) Operator, when I compiile it is not showing me any error but it is not getting combined .
kAcc.AccountNum = HeaderTitle.valueStr()+"139";
For EX :
If AccountNum is (000379_) then I want it to get concatenated with "139"
So that the AccountNum could become as ( 000379_139)
Please help,
regards ,
Nishath Salman
*This post is locked for comments
I have the same question (0)