Rik's Treehouse > Babbling in Binary > My Software > Orphanware > R2DToo > R2DToo Help > Automation > GetTick

GetTick

Declaration
Parameters
Return Value
Example

Declaration

object.GetTick()
Top of page

Parameters

object
Required. Always the name of a R2DToo.FrontEnd object.
Top of page

Return Value

A character string returning the current simulation tick (time). Top of page

Example

' [VBScript] ' load Dim R2DToo Set R2DToo = Wscript.CreateObject("R2DToo.FrontEnd") ' demonstrate method WScript.Echo "Tick = " & R2DToo.GetTick() ' unload Set R2DToo = nothing
Top of page
[Rik's Office Hours] [Contact Rik]
Last updated: Fri Apr 30 2004, 1:47pm