Studio:AutoScript: Difference between revisions
Jump to navigation
Jump to search
(New page: __FORCETOC__ == AScript == Ascript is used to ... {| cellspacing="0" cellpadding="5" border="2"<br>|-<br>! width="210" | '''Name''' <br>! width="100" | '''Type''' <...) |
No edit summary |
||
Line 1: | Line 1: | ||
__FORCETOC__ | __FORCETOC__ | ||
== AScript == | == AScript == | ||
Ascript is used to ... | Ascript is used to ... | ||
{| style="background-color: #ffffff; align: left" cellspacing="0" cellpadding="10" border="1" | |||
|- | |||
! width="150" | '''Name''' | |||
! width="120" | '''Type''' | |||
! width="350" | '''Description''' | |||
|- | |||
| Arguments | |||
| Collection | |||
| Collection of arguments. | |||
|- | |||
| Constants | |||
| Collection | |||
| Collection of constants. | | Collection of constants. | ||
|- | |||
|- | | Database | ||
| Property | |||
| Database. | | Database settings. | ||
|- | |||
|- | | Functions | ||
| Collection | |||
| Collection of functions. | | Collection of functions. | ||
|- | |||
|- | | Messages | ||
| Collection | |||
| Collection of | | Collection of messages. | ||
|- | |||
|- | | TestUnits | ||
| Collection | |||
| Collection of test units. | | Collection of test units. | ||
|- | |||
|- | | Timers | ||
| Collection | |||
| Collection of | | Collection of Timers. | ||
|} | |} | ||
=== acript.Arguments === | === acript.Arguments === | ||
=== acript.Constants === | === acript.Constants === | ||
=== acript.Database === | === acript.Database === | ||
=== acript.Functions === | === acript.Functions === | ||
=== acript.Messages === | === acript.Messages === | ||
=== acript.TestUnits === | === acript.TestUnits === | ||
=== acript.Timers === | === acript.Timers === |
Revision as of 22:51, 30 June 2008
AScript
Ascript is used to ...
Name | Type | Description |
---|---|---|
Arguments | Collection | Collection of arguments. |
Constants | Collection | Collection of constants. |
Database | Property | Database settings. |
Functions | Collection | Collection of functions. |
Messages | Collection | Collection of messages. |
TestUnits | Collection | Collection of test units. |
Timers | Collection | Collection of Timers. |