<div>string-append's fine if i want to add two stings only, but i'd like to add strings inbetween other strings, for example</div><div><br></div><div>(define str "jumps over the ")</div><div>(define str2 "dog")</div>
<div><br></div><div>"the quick brown fox" + str + "lazy" + str2</div><div><br></div><br><br><div class="gmail_quote">On Thu, Nov 26, 2009 at 10:42 PM, Robby Findler <span dir="ltr"><<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I believe string-append is exactly what the + is doing below, tho.<br>
What is different?<br>
<br>
Robby<br>
<div><div></div><div class="h5"><br>
On Thu, Nov 26, 2009 at 6:43 AM, Charlie Smith<br>
<<a href="mailto:charliesmith001@gmail.com">charliesmith001@gmail.com</a>> wrote:<br>
> hi<br>
><br>
> i'd like to know if there is some way of adding strings (sorry, i don't what<br>
> the correct term for this is, maybe variable interpolation?) like for<br>
> example in ruby it would be like<br>
><br>
> str = "sdfdsf"<br>
> puts "something" + str<br>
> output: "somethingsdsdf"<br>
><br>
> the function string-append isn't what I want, because i would be adding<br>
> strings somewhat arbitarily in between other strings<br>
><br>
><br>
><br>
><br>
><br>
</div></div>> _________________________________________________<br>
> For list-related administrative tasks:<br>
> <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
><br>
><br>
</blockquote></div><br>