Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ Tips and tricks
➜ Quick checks of code, math, and VB functionality
Quick checks of code, math, and VB functionality
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Vaejor
(120 posts) Bio
|
Date
| Mon 27 May 2002 03:19 PM (UTC) |
Message
| Every now and then I want to do a quick math equation, so I threw this in. I also found it useful for debugging global variables or VBScript functionality.
<alias
name="do_eval"
script="do_eval"
match="eval *"
enabled="y"
>
</alias>
Sub do_eval(ByVal strName, ByVal strLine, ByVal astrParam())
world.Note "Eval returns: " & Eval(astrParam(1))
End Sub
| Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
7,884 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top