PlotToDevice

PlotToDevice

Anonymous
Not applicable
184 Views
1 Reply
Message 1 of 2

PlotToDevice

Anonymous
Not applicable
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
0 Likes
185 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Try setting the BACKGROUNDPLOT system variable to 0.
Regards - Nathan
0 Likes