|
megamog75 Enchanter
Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Fri Feb 06, 2004 9:29 am
ansi |
Just curious, Is there a way to stop a %ansi ?
example:
%ansi(under)H %ansi(under)E
will give you:H E
But WITHOUT using #MXP
is there away using %ansi to do this?
H E
I thought about using two seperat variables but for what I want to use this with I need it to be just one. |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Fri Feb 06, 2004 10:15 am |
Try %ansi(under)H%ansi(default) %ansi(under)E%ansi(default)
|
|
|
|
megamog75 Enchanter
Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Fri Feb 06, 2004 12:43 pm |
Perfect, Thanks
|
|
|
|
|
|