HelloWorld Sample

This script command runs a VBScript loop that controls the number of times the phrase "Hello World" is displayed on screen.

  • The first time through the loop, the counter variable (i) is set to 1.
  • The second time through the loop, the counter variable is set to 2.
  • The body of the loop will be executed repeatedly until the counter variable exceeds 7.

Copyright © 1998-2002, Halcyon Software Inc. All rights reserved.