Delphi ツール サイトからこの段落を読みました
Changes since the last SVN update are:
Added support for FreePascal-like compile-time $INCLUDE “macros”:
%FILE% and %LINE% insert the current filename and line number into the source
%FUNCTION% inserts the current function name, or class.method name into the source
%DATE% and %TIME% allow inserting the compile date/time
スクリプトの名前が後で使用される関数の名前になる簡単な方法で、Excel でマクロを (VBscript を使用して) 定義するのと同じように、DWScript (これらの関数以外) でマクロを定義する方法はありますか? 、{$Include XXX}
実行されたスクリプトを追加せずに?
注: これは、書かれたスクリプトを管理して、ex のfunctionsと呼ばれる特定のファイルに保存することで実行できることを知っています。次に、追加された関数を使用する名前で保存します ( Add )。その後、ユーザーは Add(1,2) を記述して結果を取得します。しかし、職場の上司は、Excel の vbscript のようなものにしたいと考えています。