Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

cadence skill language

Status
Not open for further replies.

analayout

Advanced Member level 4
Joined
Feb 20, 2007
Messages
101
Helped
10
Reputation
20
Reaction score
1
Trophy points
1,298
Activity points
1,844
Hi guys,

can anybody tell me the skill function to join two strings and make the single string

Regards,
Analayout.
 

SKILL Language User Guide, Product Version 06.30

strcat creates a new string by concatenating two or more input strings. The input strings are left unchanged.

Code:
strcat( "l" "ab" "ef" ) => "labef"
 

Thankyou verymuch Guys !!!!

Regards,
Analayout.
 

buildString would be suitable.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top