Re: How can I add two string?
- Posted by cklester <cklester at yahoo.com> Jul 12, 2005
- 434 views
Jason Valdron wrote: > > Can someone tell me how to add two string together? > I have a directory string called B and a filename string called X. > I want to put them in the string C. Here's an example: sequence b, c, x b = "c:\\windows" -- note the required escaped slash x = "myfile.dat" c = b & "\\" & x -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/