Visual Basic Script program reference manual - day 2: start with a few simple codes and learn the basic and syntax of VBScript

Study several DEMO The first lecture should be basic grammar, but it seems too boring to speak seriously. Here are a few examples. DEMO1 Dim YourName ' dimension the variable YourName = InputBox("Hello! What is your name?") ' ask for the user's name MsgBox "Hello " & YourName & " ! Pleased to meet you." ' display a greeti ...

Posted by Cynix on Sun, 21 Nov 2021 03:18:31 -0800