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

Refresh

Declaration
Parameters
Remarks
Revisions
Example
See Also

Declaration

object.Refresh()
Top of page

Parameters

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

Remarks

Refreshes the view portal. Intended to be called after
SetState to reflect changes made. Top of page

Revisions

v1.9
  • new!
Top of page

Example

// [JScript] // load var R2DToo = WScript.CreateObject("R2DToo.FrontEnd"); // demonstrate method if (R2DToo.SetState(5,12,"alive",1)) { R2DToo.Refresh(); WScript.Echo("Success!"); } else { WScript.Echo("Failed!"); }
Top of page

See Also

SetState.
Top of page
[Rik's Office Hours] [Contact Rik]
Last updated: Fri Apr 30 2004, 1:47pm