code doesn't work

I'm trying this code, but it doesn'ty work. Why? thanks!

AddressSurnameG.SETFILTER(No,'1');
AddressNameG.SETFILTER('3');

Merged := AddressSurnameG.Surname + ' ' + AddressNameG.Name;
MESSAGE('%1',Merged);

Best Answer

Answers

Sign In or Register to comment.