Author |
Message |
Topic: Removing linefeeds/carriage returns |
Lysit
Replies: 4
Views: 10446
|
Forum: CMUD General Discussion Posted: Thu Jul 23, 2009 6:25 pm Subject: Removing linefeeds/carriage returns |
Do you have an example? The ones in the help file are generally of a limited scope, for example, I see how it prints a string, I see how basically the if works, I don't see how to use the if to append ... |
Topic: Removing linefeeds/carriage returns |
Lysit
Replies: 4
Views: 10446
|
Forum: CMUD General Discussion Posted: Thu Jul 23, 2009 12:30 pm Subject: Removing linefeeds/carriage returns |
For a remote app im working on I send it a date string like this.
Y09M07D23H13N15S03
Where M=months, N=minutes. For testing I made the following
#ECHOP Y%time(y)
#if (%time(m)<10) {#ECHOP ... |
Topic: Cmud to Cmud Pro |
Lysit
Replies: 1
Views: 4167
|
Forum: CMUD General Discussion Posted: Wed Jul 22, 2009 12:09 pm Subject: Cmud to Cmud Pro |
I've recently starting running my own file server for backups/downloading/music etc. and largely administer it via putty (SSH). However its someone limited.
Its come to my attention that cmud pro has ... |
Topic: Cmud Licensing |
Lysit
Replies: 1
Views: 3765
|
Forum: CMUD General Discussion Posted: Mon Mar 09, 2009 10:21 am Subject: Cmud Licensing |
If memory serves Zmud could be used on upto 3 PCs from a single License, is this the case with CMUD? It would be usefull to have a copy at home and work. |
Topic: %random lower limit |
Lysit
Replies: 3
Views: 7102
|
Forum: zMUD General Discussion Posted: Wed Jul 13, 2005 9:46 pm Subject: %random lower limit |
Ah yes, rereading the helpfile I see what it means now, I thought it meant %random(5,10) would mean a range of 0-10 with the number 5 obmitted with 0 default, not just 0 default min when first is not ... |
Topic: %random lower limit |
Lysit
Replies: 3
Views: 7102
|
Forum: zMUD General Discussion Posted: Wed Jul 13, 2005 9:16 pm Subject: %random lower limit |
By default it is 0, is it possible to raise this limit to generate random number between, say, 5-10 rather than 0-10. |
|