Re: New batch of skill questions - appreciate your help
by Riad KACED <riad.kaced@[EMAIL PROTECTED]
>
Apr 27, 2008 at 05:42 PM
Hi Ahmad,
It's bed time here but I'm gonna quickly answer couple of your
questions and will be back later ...
Q1 : ==>
http://groups.google.com/group/comp.cad.cadence/browse_thread/thread/da112ea6a27d3af2/1576a6076c519989?lnk=gst&q=global+variable#1576a6076c519989
Q2 : I'm not sure it's a wise idea in looking for this. You could use
return (<=> breack) and go (<=> continue) inside a prog but this could
be harmful and it is highly discouraged to make use of these features.
Please give a look at the Skill User Guide for more information (Using
prog, return, and let).
In summary : let and prog, both are used for local variables
definitions. Let executes all the instructions up to the end, you
can't interrupt it in the middle. Prog has go this feature by using a
return or jumping with go to some defined label
Q3: Andrew made a nice explanation of this on :
http://cadence.wikispaces.com/%28FAQ%29+Skill
.... See you later for the rest !!
Riad.