Category:VBScript
Appearance
VBScript
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using VBScript.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Interpreted |
---|---|
See Also: |
|
VBScript is a programming language from Microsoft for Windows and Active Server Pages (and web page scripting on the Internet, to a much lesser degree). VBScript is similar to Visual Basic, and was originally based on VB, but there are many differences between the two. In general, VBScript is not able to run most non-trivial VB programs without significant changes, while most VBScript programs can be run in VB with trivial changes.
VBScript can be run on Windows using two different interpreters: Wscript, which provides a windowed interface, and Cscript, which runs from the console.
Citations
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- VBScript User (27 P)
Pages in category "VBScript"
The following 200 pages are in this category, out of 357 total.
(previous page) (next page)A
- A+B
- Abbreviations, automatic
- Abbreviations, simple
- Abundant, deficient and perfect number classifications
- Accumulator factory
- Ackermann function
- Active Directory/Connect
- Active Directory/Search for a user
- Align columns
- Almost prime
- Amb
- Amicable pairs
- Anagrams
- Animate a pendulum
- Apply a callback to an array
- Arithmetic numbers
- Arithmetic-geometric mean
- Arithmetic/Integer
- Array concatenation
- Array length
- Arrays
- Assertions
- Associative array/Iteration
- Associative array/Merging
- Average loop length
- Averages/Arithmetic mean
- Averages/Pythagorean means
- Averages/Simple moving average
B
C
- Caesar cipher
- Calculating the value of e
- Calendar
- Catalan numbers
- Catalan numbers/Pascal's triangle
- Change e letters to i in words
- Character codes
- Chebyshev coefficients
- Check that file exists
- Chinese zodiac
- Color wheel
- Combinations
- Combinations and permutations
- Combinations with repetitions
- Comma quibbling
- Commatizing numbers
- Comments
- Compare a list of strings
- Conditional structures
- Convert seconds to compound duration
- Conway's Game of Life
- Copy stdin to stdout
- Count in factors
- Count in octal
- Count occurrences of a substring
- Count the coins
- CRC-32
- Create a file
- Create an HTML table
- CSV data manipulation
- CSV to HTML translation
- Cumulative standard deviation
D
E
- Empty directory
- Empty program
- Empty string
- Equilibrium index
- Ethiopian multiplication
- Euler's sum of powers conjecture
- Evaluate binomial coefficients
- Even or odd
- Evolutionary algorithm
- Execute a Markov algorithm
- Execute a system command
- Execute Brain****
- Exponentiation operator
- Exponentiation order
- Extensible prime generator
- Extract file extension
F
- Factorial
- Factorions
- Factors of a Mersenne number
- Fibonacci n-step number sequences
- Fibonacci sequence
- File input/output
- File modification time
- File size
- Filter
- Find common directory path
- Find limit of recursion
- Find the last Sunday of each month
- Find the missing permutation
- Find words which contain the most consonants
- Find words whose first and last three letters are equal
- Five weekends
- FizzBuzz
- Flatten a list
- Floyd's triangle
- Formatted numeric output
- Function composition
- Function definition
G
H
- Hailstone sequence
- Hamming numbers
- Happy numbers
- Harshad or Niven series
- Hash from two arrays
- Hash join
- Hello world/Graphical
- Hello world/Standard error
- Hello world/Text
- Here document
- Hilbert curve
- Hofstadter Figure-Figure sequences
- Hofstadter Q sequence
- Horner's rule for polynomial evaluation
- Hostname
- HTTP
- HTTPS
I
L
- Lah numbers
- Largest int from concatenated ints
- Largest number divisible by its digits
- Last letter-first letter
- Leap year
- Least common multiple
- Letter frequency
- Levenshtein distance
- Long stairs
- Longest common prefix
- Longest common substring
- Longest increasing subsequence
- Longest string challenge
- Longest substrings without repeating characters
- Look-and-say sequence
- Loop over multiple arrays simultaneously
- Loops/Break
- Loops/For
- Loops/For with a specified step
- Loops/Foreach
- Loops/Infinite
- Lucas-Lehmer test
- Ludic numbers
- Luhn test of credit card numbers
- LZW compression