Vbscript conditionals: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 December 2019

  • curprev 00:1400:14, 8 December 2019Will talk contribs 381 bytes +381 Created page with "= If Statement = <source lang="vb"> If var = 1 Then stdout.WriteLine "condition A" ElseIf var = 2 Then stdout.WriteLine "condition B" Else stdout.WriteLine "condit..."