|
solem Beginner
Joined: 16 Mar 2004 Posts: 20
|
Posted: Wed Jun 23, 2004 2:41 am
Capturing strange test to a var |
If i issue the following commands:
test = <*]AMAZON[*> Earrings
#say @test
I get *]AMAZON[* Earrings
which is missing the <>.
How can fix this so the <> are saved to the variable?
Thank you in advance.
zmud 7.05 buy the way. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed Jun 23, 2004 2:51 am |
test="<*]AMAZON[*> Earrings"
would be a good start, but
test="~<*]AMAZON[*> Earrings"
would be certain |
|
|
|
solem Beginner
Joined: 16 Mar 2004 Posts: 20
|
Posted: Wed Jun 23, 2004 3:30 am |
Thank you for the reply, I did try the quotes before
test = "<*]AMAZON[*> Earrings"; #say @test
I get the same result.
I can't use the ~ because this is part of a trigger that captures the differant names of eq and sends it to a file. I posted that simple so it would be easy for people to test what I was talking about.
More suggestions welcomed. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed Jun 23, 2004 10:50 am |
Turn off the preference in Scripting, 'Use <> expansion'.
|
|
|
|
|
|