Message 1 of 2
PlotToDevice

Not applicable
08-10-2005
10:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to pause after using PlotToDevice to assure that the process is not interrupted? Because that is the only reason I can think of that would cause this to work...
If Not PlotObject.PlotToDevice Then
Msgbox "No Go!"
End If
But not this.
If Not PlotObject.PlotToDevice ( [A pc3 file I specify] )
Msgbox "No Go!"
end if
If Not PlotObject.PlotToDevice Then
Msgbox "No Go!"
End If
But not this.
If Not PlotObject.PlotToDevice ( [A pc3 file I specify] )
Msgbox "No Go!"
end if