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.

How to change the font cases in TCL?

Status
Not open for further replies.

shahal

Member level 2
Joined
Jan 11, 2007
Messages
50
Helped
7
Reputation
14
Reaction score
6
Trophy points
1,288
Activity points
1,638
Anyone know how I can chabge case in tclk? For example if I have "RITE" I wante "rite" for my script, how would I do it?

Thanks
 

Re: Changing case in TCL

If you launch tcl from your Linux command-line:

Code:
tcl> string tolower "MYsTrInG"
mystring

(And to do uppercase, it's "toupper")
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top