Author |
Message |
Topic: Changes to %1..%99 parameter variables |
wwwfisher
Replies: 26
Views: 52445
|
Forum: CMUD Beta Forum Posted: Fri Apr 14, 2006 5:43 am Subject: Changes to %1..%99 parameter variables |
great upgrade!
Would commands/functions which extract values out from variable/item in the same way(transfer the value as it is without parsing)?
|
Topic: Variable types |
wwwfisher
Replies: 20
Views: 30454
|
Forum: CMUD Beta Forum Posted: Wed Apr 12, 2006 2:07 am Subject: Variable types |
that's sound great!
as we are used to writing #var, #nvar or #vart is more preferable for the ab. of #newvar or #vartype. |
Topic: How to send captured-text to a variable without phrasing? |
wwwfisher
Replies: 20
Views: 37352
|
Forum: CMUD Beta Forum Posted: Wed Apr 12, 2006 1:34 am Subject: How to send captured-text to a variable without phrasing? |
Any "fix" to this will only be applied to CMUD. As mentioned in the other post about Variables Types, CMUD handles parsing in a completely different way that should solve this problem. No changes ar ... |
Topic: How to send captured-text to a variable without phrasing? |
wwwfisher
Replies: 20
Views: 37352
|
Forum: CMUD Beta Forum Posted: Wed Apr 12, 2006 1:09 am Subject: How to send captured-text to a variable without phrasing? |
oh, thanks for your great post,Vijilante.
but there's one point I disagree with you, as you said
#SHOW "¿zmud"
It does display perfectly, so I am not sure which Windows function is causing the ... |
Topic: How to send captured-text to a variable without phrasing? |
wwwfisher
Replies: 20
Views: 37352
|
Forum: CMUD Beta Forum Posted: Tue Apr 11, 2006 1:00 am Subject: How to send captured-text to a variable without phrasing? |
oh? let's try it in zmud
#va test1 %char(191)zmud
#show %expand(@test1,1)
anybody got the result {@test1=¿zmud}?
I do not got it!
for %expand(), I have read zmud's help, and get some kno ... |
Topic: How to send captured-text to a variable without phrasing? |
wwwfisher
Replies: 20
Views: 37352
|
Forum: CMUD Beta Forum Posted: Mon Apr 10, 2006 7:17 am Subject: How to send captured-text to a variable without phrasing? |
I thought the #va command here or %char function performs a prasing action on the value which got out by @ or % operater, In such cases, switch off parsing(within those commands and functions which ma ... |
Topic: How to send captured-text to a variable without phrasing? |
wwwfisher
Replies: 20
Views: 37352
|
Forum: CMUD Beta Forum Posted: Mon Apr 10, 2006 3:33 am Subject: How to send captured-text to a variable without phrasing? |
ok,try to test below, as someone else early posted:
#va test %char(191)
#va test1 %char(191)zmud
#sh @test
you will get
@test=¿
#sh @test1
can you get {@test1=¿zmud}?
I think the @ operat ... |
Topic: How to send captured-text to a variable without phrasing? |
wwwfisher
Replies: 20
Views: 37352
|
Forum: CMUD Beta Forum Posted: Mon Apr 10, 2006 1:07 am Subject: How to send captured-text to a variable without phrasing? |
Sorry for my poor english, it was too bad to be understood!
I have read zmud's help, and get some knowledge that %expand() or <> or [] performs such action as below: whether to return ... |
Topic: How to send captured-text to a variable without phrasing? |
wwwfisher
Replies: 20
Views: 37352
|
Forum: CMUD Beta Forum Posted: Sun Apr 09, 2006 7:52 am Subject: How to send captured-text to a variable without phrasing? |
whether you use %expand() or <> or [], once you use "@" or %item(,) operater to get-out the value of a variable or an itemlist, the default operation of "@" or %item performs phrasing it(the v ... |
Topic: How to send captured-text to a variable without phrasing? |
wwwfisher
Replies: 20
Views: 37352
|
Forum: CMUD Beta Forum Posted: Sun Apr 09, 2006 2:02 am Subject: How to send captured-text to a variable without phrasing? |
Not exactly, I want a way to prevent the "@" or "%item(,)" etc. operater prasing the value in variable or itemlist when getting it out, only get-out it as what it(the value,wheter it contains a wildca ... |
Topic: How to send captured-text to a variable without phrasing? |
wwwfisher
Replies: 20
Views: 37352
|
Forum: CMUD Beta Forum Posted: Sat Apr 08, 2006 3:28 am Subject: How to send captured-text to a variable without phrasing? |
that's ok,zugg,thanks for your replication!
but a more question about parse, is there a way in cmud or zmud to use @weapon or %item(@weapon,n) straightly get-out the value of variable "weapon" or t ... |
Topic: How to send captured-text to a variable without phrasing? |
wwwfisher
Replies: 20
Views: 37352
|
Forum: CMUD Beta Forum Posted: Fri Apr 07, 2006 7:11 am Subject: How to send captured-text to a variable without phrasing? |
Is there a way to send some text captured by a certain pattern straight to a variable before phased by Cmud/zmud?
e.g.
trigger {^the wolf is traped by a weapon like (%*)} {#va weapon %1}
if th ... |
|