Re: How can I add two string?

new topic     » goto parent     » topic index » view thread      » older message » newer message

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/

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu