Page 1 of 1

combining strings

Posted: 17 Oct 2012 17:54
by Anton
Hi,
Is it possible to take 2 strings and merge them into one?
foo='\someadress\inoscland\'
bar='inside\x'

foobar=interlace(foo,bar)

this would result in \someadress\inoscland\inside\x

this doesnt work for me unfortunatly. does anybody know another way?