combining strings
Posted: 17 Oct 2012 17:54
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?
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?