Dear All,
Would anyone help me to solve below problem, and point out my mistake :-
Character field(18) Numeric Field(4)
ctn_no inner_box
11615404545601 1
11615404545601 2
. .
. .
. .
11615404545601 12
I use command "replace all ctn_no with ctn_no+PADL(inner_box,4,'0')" the
result is no any change of ctn_no, it still is "11615404545601" not my
expact result"116154045456010001"
Thanks in advance
VFP Beginner
Ah Wa