Class CeL.application.OS.Windows
web 的 functions
Defined in: Windows.origin.js.
Constructor Attributes | Constructor Name and Description |
---|---|
null module constructor
|
Method Attributes | Method Name and Description |
---|---|
<static> |
CeL.application.OS.Windows.JSA_to_VBA(array)
轉換JS Array成為VB的Safe Array.
|
<static> |
CeL.application.OS.Windows.VBA_to_JSA(vba)
轉換 VB 的 Safe Array 成為 JS Array.
|
<static> |
CeL.application.OS.Windows.VBNothing()
取得 VB 的 Nothing
|
Method Detail
<static>
CeL.application.OS.Windows.JSA_to_VBA(array)
轉換JS Array成為VB的Safe Array.
Safe Array To JS Array: plaese use new VBArray().
JScriptの配列は実際にはCSV文字列だったりする。VBScriptのvartypeに食わせると8(VT_STRING)が返ってくることからもわかる。
- Parameters:
- array
- Returns:
- See:
- http://www.microsoft.com/japan/msdn/japan/msdn/library/ja/script56/html/js56jsobjvbarray.asp
<static>
CeL.application.OS.Windows.VBA_to_JSA(vba)
轉換 VB 的 Safe Array 成為 JS Array.
- Parameters:
- vba
- VB 的 array
- Returns:
<static>
CeL.application.OS.Windows.VBNothing()
取得 VB 的 Nothing
- Returns:
- VB 的 Nothing