Sandbox
From XentaxWiki
This is testing for the layout and styles of the program support box.
Obviously, it still needs work.
| Program support | ||||||||
|---|---|---|---|---|---|---|---|---|
| MultiEx Commander | ||||||||
| MexScript | ||||||||
| ||||||||
| Plugins | ||||||||
| MultiEx Plugin System | Open/Extract/Insert/Delete/Create | |||||||
| Rahly's Plugin Manager | Open/Extract/Insert/Delete/Create | |||||||
| Game Extractor | ||||||||
| Demo | Open/Extract/Insert/Delete/Create | |||||||
| Full version | Open/Extract/Insert/Delete/Create | |||||||
| Dragon UnPACKer | ||||||||
| Open/Extract/Insert/Delete/Create | ||||||||
MexScript
| Author | Script version | MexCom version |
|---|---|---|
| Mr.Mouse | 1.1 | 4.3.0 |
# This is a test MexScript for GeSHI purpose. # Thanks to our fine wikimaster Dinoguy1000!! Give him a big hand, people!! # Notice how the comments work # Here's some MexScript Definitions like StandardTail and ZLib1 ImpType StandardTail; ComType ZLib1 ; #Check out the way strings can be used with quotes Set MyString String "MyStringValue" ; String MyString += "IsReallyCool" ; String MyString += ".AWESOME" ; # Get some junk from the current position Get JUNK Long 0; #Set a Counter variable to 1 and loop the loop Set Counter Long 1 ; Set End Long 100 ; Do; CLog MyString JUNK JUNK JUNK JUNK JUNK JUNK ; # ;) Math Counter += 1; While Counter <> End; # You see that this script really doesn't do anything. But it should be executable! | ||
Interwiki link testing: