Options

I want to ignore thousand separator from RecRef filed.

my code is this.

IF (TableID = 271) AND (BankMapRec."Field No." = 17) THEN
IF EVALUATE(testDecimal,FORMAT(RecField)) THEN BEGIN
RecField.VALUE(FORMAT(ABS(testDecimal),0,9));

But this is not going correctly. Still appear thosusand thousand separator. what should I do?
Sign In or Register to comment.