Declare Local Variable

SWF Action
Action Category: 
Variables
Action Details: 
0
Action Identifier: 
65
Action Structure: 
<n.a.>
Action Length: 
0 byte(s)
Action Stack: 
pop 1 (s)
Action Operation: 
s1 := pop();
var s1;
Action Flash Version: 
5

Pop a variable name and mark it as a local variable. If the variable does not exist yet, then its value is undefined. To declare and set a local variable at oncw, use the Set Local Variable action instead.