dear all,I have this validation on a button why this does not identify number…please help me
V1:=@Left(@ToNumber(Lone_LNum);1);
@If(@IsNumber(V1);@Return (@Prompt ([Ok];“Error”;“Invalid character. First Digit should be in character format”));
“”);
shana