Quantcast
Channel: Adobe Community : Popular Discussions - InDesign Scripting
Viewing all articles
Browse latest Browse all 15932

function call another function variable

$
0
0

Is it possible to call another function variable?

Below is my Script:

 

f2();

 

function f1() { 

  var v2 = 1; 

function f2(v2) { 

  var v3= 2; 

  alert(v2);

}


Viewing all articles
Browse latest Browse all 15932

Trending Articles