- This topic has 6 replies, 2 voices, and was last updated 15 years, 7 months ago by .
-
Topic
-
I have a long flat file with a list of numbers. I want to add a comma in front of each number. So, my file looks like this: 1234
5678
8908
And I want it to look like:
,1234
,5678
,8908
What is the best approach to do this in tcl?
Viewing 5 reply threads
Viewing 5 reply threads
- The forum ‘Tcl Library’ is closed to new topics and replies.