代码搜索:Scripting
找到约 2,777 项符合「Scripting」的源代码
代码结果 2,777
www.eeworm.com/read/137691/5820570
py multirun.py
# This script is in the public domain and has no copyright
#
# This script is just a syntax example for scripting multiple runs of
# a simulation. It doesn't do anything real.
from simcore import *
i
www.eeworm.com/read/344193/11902735
bas fadelfiles.bas
Attribute VB_Name = "Fadelfiles"
Option Explicit
Public strPathName As String
Public Sub Delfiles_Del()
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
'strPathName = ""
www.eeworm.com/read/344193/11902993
bas fadelfiles.bas
Attribute VB_Name = "Fadelfiles"
Option Explicit
Public strPathName As String
Public Sub Delfiles_Del()
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
'strPathName = ""
www.eeworm.com/read/216515/15005038
txt @psc_readme_3424_3.txt
Title: A Hashtable Template Class
Description: This is the template hashtable class used in my Scripting language. It includes a stack to handle scope issues. Please look it over and vote
This file