We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dad1ec commit b56fa89Copy full SHA for b56fa89
using-the-textfield-class/formatting-text.md
@@ -33,7 +33,7 @@ var format2:TextFormat = new TextFormat();
33
format2.font = "Courier";
34
35
tf.setTextFormat(format1);
36
-var startRange:uint = 6;
+var startRange:Int = 6;
37
tf.setTextFormat(format2, startRange);
38
39
addChild(tf);
0 commit comments