It looks like you're new here. Sign in or register to get started.
MESSAGE('Number: %1 -> Character: %2',65,Num2ASCII(65)); Num2ASCII(piNum : Integer) : Text[1] IF piNum < 256 THEN BEGIN SingleChar := piNum; EXIT(FORMAT(SingleChar)); END ELSE EXIT('');
txt1Char := 'X'; // this line, you need only yo do once. txt1Char[1] := 65; message('<%1>',txt1Char);
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
try this: br
Josef Metz
Josef Metz
Variable : txt1Char:Text[1]
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!