3. Statements : OpenROAD Language Statements : Gotoframe Statement : Example—Gotoframe Statement
 
Share this page                  
Example—Gotoframe Statement
Call the frame, nextframe, and close the current frame:
on click file.transfer =
begin
     gotoframe nextframe(sequence = 3);
end