Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Visual DialogScript
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Language== The syntax of VDS is straightforward.<ref>{{cite web |url=http://www.jm-tech.com/vdstour.html |title=Visual DialogScript - A Quick Tour |website=www.jm-tech.com |access-date=13 January 2022 |archive-url=https://web.archive.org/web/19980125155047/http://www.jm-tech.com/vdstour.html |archive-date=25 January 1998 |url-status=dead}}</ref> Each command occupies one line and has a plain English name that clearly describes its purpose. Variables are typeless and can hold many kinds of information, such as numbers or text. Functions are clearly distinguishable with names that start with '[[At sign|@]]', similar to a spreadsheet. The DialogScript language has a syntax similar to the MS-DOS batch language. It is designed for ease of use and efficiency when being interpreted by the run-time engine. There are 10 system variables, %0 to %9, which initially have the script file name in %0 and command line parameters in %1 through %9, just as in a [[batch file]]. There are also a further 26 user variables, from %A to %Z. The contents of all variables (including system ones) can be changed once the script is running. There are now also 4032 global variables. These variables begin with %%, a letter, then alphanumerics plus underscores (e.g., %%my_variable_1.) There is no limit on the length of these user-defined variable names.<ref>{{Cite web |title=Visual DialogScript Home - Overview |url=http://www.dialogscript.com/index.php?option=com_content&view=article&id=44&Itemid=129 |access-date=2023-01-05 |website=www.dialogscript.com}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)