VBScript Basics, Part 7 | Do Loops

ثاقب
ثاقب
300 بار بازدید - 7 سال پیش - VBScripting (.vbs) Basic tutorial on
VBScripting (.vbs) Basic tutorial on how to use a Do Loop. Either until something is true or while it is. Also, how to exit out of never ending scripts. And how to create a password input. Code Example: ______________________________________________________ Option Explicit Dim a a=0 Do until a=5 a=a+1 msgbox a Loop ______________________________________________________ Option Explicit Dim pass pass=InputBox(vbLf
7 سال پیش در تاریخ 1396/10/03 منتشر شده است.
300 بـار بازدید شده
... بیشتر