Anlage des Repos
This commit is contained in:
6
examples/VBS/DynamischeArrays.vbs
Normal file
6
examples/VBS/DynamischeArrays.vbs
Normal file
@@ -0,0 +1,6 @@
|
||||
Dim vprglist : Set vprglist = CreateObject("System.Collections.ArrayList")
|
||||
...
|
||||
If vprogram.LastRunTime = "" Then
|
||||
vprglist.Add vprogram.FullName
|
||||
i = i + 1
|
||||
End If
|
||||
Reference in New Issue
Block a user