تماشای ویدئو VBScript Basics Part 26 With Command از آی-ویدئو

VBScripting (.vbs) Basic tutorial on how to use the with, end with command, to shorten your code by not having to set anything up, as well as not use any variables. Code Example: ______________________________________________________ With wscript .echo "Hello" .echo "second" .sleep "3000" .echo "finished" End With ______________________________________________________ Know the Basics: ------------------------------------------------------------------------------------------ With OBJECT .COMMAND - command
6 دی 1396
آی-ویدئو