Author |
Message |
Topic: Character replacement in strings. |
zwimmey
Replies: 14
Views: 15465
|
Forum: zMUD General Discussion Posted: Mon Aug 16, 2004 6:06 am Subject: Character replacement in strings. |
results pending |
Topic: Character replacement in strings. |
zwimmey
Replies: 14
Views: 15465
|
Forum: zMUD General Discussion Posted: Mon Aug 16, 2004 5:29 am Subject: Character replacement in strings. |
null
will try above |
Topic: Official "zMUD on Win XP Sp2" thread |
zwimmey
Replies: 15
Views: 19485
|
Forum: zMUD General Discussion Posted: Mon Aug 16, 2004 2:36 am Subject: Official "zMUD on Win XP Sp2" thread |
I was able to install the trial version of ZMud on a freshly-upgraded SP2 machine. |
Topic: Character replacement in strings. |
zwimmey
Replies: 14
Views: 15465
|
Forum: zMUD General Discussion Posted: Mon Aug 16, 2004 1:33 am Subject: Character replacement in strings. |
Question 2:
Is there some sort of symbol that I can susbstitute for a space in the values box? It seems to automatically compact the code, so, for example, if I want " of " to convert automatically ... |
Topic: Character replacement in strings. |
zwimmey
Replies: 14
Views: 15465
|
Forum: zMUD General Discussion Posted: Mon Aug 16, 2004 1:30 am Subject: Character replacement in strings. |
Still no output, scorn...but I recently redownloaded zmud and figured out something similar that does work.
Step 1: Type
#alias lisp %replace( %replace( %replace( %replace( %replace( "%-1", l, r), ... |
Topic: Character replacement in strings. |
zwimmey
Replies: 14
Views: 15465
|
Forum: zMUD General Discussion Posted: Sun Aug 15, 2004 4:07 am Subject: Character replacement in strings. |
#alias lisp {%replace( %replace( %replace( %replace("%-1", Ak, ak, L, l), Y, y, R, r)} apparently generated no output. Sorry, SCORNME. |
Topic: Character replacement in strings. |
zwimmey
Replies: 14
Views: 15465
|
Forum: zMUD General Discussion Posted: Thu Aug 12, 2004 4:55 am Subject: Character replacement in strings. |
From looking at the scattered contents of these forums, I was able to locate:
#AL lisp {%replace( "%-1", s, ss)}
...which supposedly replaces s with ss. My experience with zmud coding is somewhat ... |
|