6 lines
201 B
Text
6 lines
201 B
Text
|
|
on mouseUp
|
||
|
|
put empty into fld "EvalField"
|
||
|
|
put empty into fld "AnswerField"
|
||
|
|
put random(9) & comma & random(9) & comma & random(9) & comma & random(9) into fld "YourNumbersField"
|
||
|
|
end mouseUp
|