Sample QuickScript .NET scripts
- Last UpdatedJul 22, 2024
- 1 minute read
This section includes sample scripts to help you to understand the QuickScript .NET scripting language.
Important Notes: The sample scripts provided with a number of the Application Server scripting functions should work as written in most Windows operating system and installed software environments, but might not work with all possible hardware, operating system, and software combinations. We recommend that you modify the example scripts as necessary to fit your specific environment.
Some sample scripts include references to public websites as examples. You may need to replace those URLs with a current and verified URLs.
Related Links
- Use an imported type library to access an Excel spreadsheet
- Use CreateObject to access an Excel spreadsheet
- Call a web service to get the temperature in a Zip code
- Call a web service to send an e-mail
- Create a look-up table and do a look-up on it
- Create an XML document and save it to disk
- Fill and use a string array
- Fill and use a two-dimensional integer array
- Format a Number with a .NET format 'Picture'
- Format a time with a .NET format 'Picture'
- Get the directories under the C drive
- Load an XML Document from disk and do look-ups on it
- Read a performance counter
- Read a text file from disk
- Use DDE to access an Excel spreadsheet
- Use Microsoft Exchange to send an e-mail message
- Use screen-scraping to get the temperature for a city
- Use SMTP to send an e-mail message
- Write a text file to disk
- Dynamically bind an indirect variable to a reference