Author |
Message |
Topic: Trouble handling doublequote character |
glowack2
Replies: 4
Views: 1840
|
Forum: zMUD General Discussion Posted: Wed Dec 10, 2003 12:47 am Subject: Trouble handling doublequote character |
OK, that seemed to work... Also had to do the same expand again when I do the call to #new to add the object to the database:
#new equipment_type %expand(@NewEQ,1)
All told, it looks like every ... |
Topic: Trouble handling doublequote character |
glowack2
Replies: 4
Views: 1840
|
Forum: zMUD General Discussion Posted: Tue Dec 09, 2003 4:36 pm Subject: Trouble handling doublequote character |
I got it into the variable OK, when I look at the variable's contents in the GUI it shows the correct version with the double-quotes. I guess I should have been more clear that that particular step w ... |
Topic: Trouble handling doublequote character |
glowack2
Replies: 4
Views: 1840
|
Forum: zMUD General Discussion Posted: Tue Dec 09, 2003 4:46 am Subject: Trouble handling doublequote character |
OK, I'm trying to work on a script that stores item names and stats in a database automatically. The problem is that some items have double-quotes in their names. Obviously " is a special character, ... |
Topic: Variable expansion |
glowack2
Replies: 2
Views: 1586
|
Forum: zMUD General Discussion Posted: Mon Oct 06, 2003 7:24 pm Subject: Variable expansion |
Looks like that did the trick!!! Script appears to work correctly now, Thanks! |
Topic: Variable expansion |
glowack2
Replies: 2
Views: 1586
|
Forum: zMUD General Discussion Posted: Sun Oct 05, 2003 6:44 pm Subject: Variable expansion |
OK, I'm having a hell of a time with getting variables to expand properly. I've read the docs, read the forums, tried about a million different things and nothing seems to work.
Essentially I hav ... |
|