I've been assigned the task of deciphering some Clipper code with no Clipper experience. I've run into some code that I can't interpret - can anyone tell me what significance the 'AMOUNT+' variable has in the statement below? I can't tell if this is just doing addition or if the lack of the space between the variable and the operator has some other meaning. There is an AMOUNT field present in the input data table. Also, what would the value to MDEB_TOT be if it had previously been set to -55.25 and the value in the amount field was 25.00?
STORE AMOUNT+ MDEB_TOT to mDEB_TOT
Thanks!
CB
STORE AMOUNT+ MDEB_TOT to mDEB_TOT
Thanks!
CB