mustafa06
03-19-2008, 12:13 PM
Code ---
dat = Label.GetText("Lengt")
if dat == "9" then
tblLabelProps = {"Lengt"};
tblLabelProps.FontUnderline = false;
tblLabelProps.FontAntiAlias = true;
tblLabelProps.ColorNormal = Math.HexColorToNumber("FF0000");
end
End ---
Doesnt work why :huh
dat = Label.GetText("Lengt")
if dat == "9" then
tblLabelProps = {"Lengt"};
tblLabelProps.FontUnderline = false;
tblLabelProps.FontAntiAlias = true;
tblLabelProps.ColorNormal = Math.HexColorToNumber("FF0000");
end
End ---
Doesnt work why :huh