It looks like you're new here. Sign in or register to get started.
asramaboy wrote: Try this: a := 5; MESSAGE('a = %1%%.',a);
Comments
a := 5;
MESSAGE('a = %1%2.',a,'%');
8)
a := 5;
MESSAGE('a = %1%%.',a);
That works in other programming languages , but not in C/AL.