PDA

View Full Version : Array parameters


tommii
12-03-2008, 05:51 PM
Basically, i have 7 text field inputs. Each input has to be under 49 and no two inputs can be the same. What is the code that i put in for a trace statement to be sent if there are numbers above 49 or two the same?

help greatly appreciated, thanks

rawmantick
12-04-2008, 02:19 AM
flash.text.TextField.text property (http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/TextField.html#text)
Number() constructor (http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Number.html#Number())
less than operator (http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/operators.html#less_than)