Anyone know why this code displays a value with NO commas...
if:
then: lookup file k=ky i=A -nx
morfile if: not file
then: display; end
if:
then: w(7,,0)=w+file(4); getnext file; goto morfile
The value I'm seeing on the screen is 12455. It should be 12,455.
Any ideas?
John
P.S. - The field det(4) is a 6,.1 edit.