Re: StringJoin with ToString
- To: mathgroup at smc.vnet.net
- Subject: [mg98359] Re: StringJoin with ToString
- From: replicatorzed at gmail.com
- Date: Wed, 8 Apr 2009 02:49:17 -0400 (EDT)
- References: <gr6cbs$pva$1@smc.vnet.net> <gra1qi$2jl$1@smc.vnet.net>
Thanks AES, with your extension the code works fine so far. For those who warned me not to play with system symbols: I use this modified StringJoin in a program where it can produce onyl two types of string outputs: either one that is printed for verbosing (i.e. just for me to check behaviour of the code) or a string that is used as a path of some file to be saved. In both situations any erroneous behaviour would be immediatley recognized, since either the text printed would be garbled, or the file/directory would not be created, thus I do not afraid using the modified StringJoin in this "controlled" environment. Istvan