
mwaf
Deleted
Feb 10, 2000, 10:11 PM
Post #1 of 3
(323 views)
|
|
text directly after a $whatever
|
Can't Post
|
|
I need to print to a file "asdf$whateverasdf" where $whatever = "hmmm"; and it turns out "asdf" because it doesn't understand that it's $whatever not $whateverasdf. I don't blame this for not working but i would like to know what to put inbetween to get the asdf text directly after $whatever so that the file would turn out "asdfhmmmasdf". A space won't solve the problem, or it will, but it will result "asdfhmmm asdf" and I don't want that it messes up things. I've tried puting a '\' but that didn't obviously work so does anyone know what to put there as there most be something :-) Thanks!
|