| Author |
Message |
analayout
Joined: 20 Feb 2007 Posts: 94 Helped: 7
|
31 Dec 2007 6:27 Cadence SKILL coding |
|
|
|
Hi All,
I have to create a string using a variable. for eg
I have a variable x .
The output should be "1" when X = 1
and output should be "2" when X = 2
Any body know the skill function to do this .
Regards,
Analayout.
|
|
| Back to top |
|
 |
rimser9
Joined: 22 Jun 2007 Posts: 49 Helped: 1
|
02 Jan 2008 10:03 Cadence SKILL coding |
|
|
|
| pcExprToString(variable). Open sklangref pdf and go through all the functions in the section "SKILL Language Functions". Its good for u if u can do this.
|
|
| Back to top |
|
 |
analayout
Joined: 20 Feb 2007 Posts: 94 Helped: 7
|
03 Jan 2008 10:15 Re: Cadence SKILL coding |
|
|
|
Thank you Very much rimser !!!!
Its working properly.
Regards,
Analayout.
|
|
| Back to top |
|
 |