AutoPlay Media Studio 9

Application.SetLastError

Application.SetLastError

This is the first topic This is the last topic  

Application.SetLastError

This is the first topic This is the last topic  

OverviewExamples

Application.SetLastError (

number ErrorCode )

Example 1

Application.SetLastError(0); -- set the last error to "no error occurred"

Sets the last error code to 0, signalling that "the last action was successful." (The text after the "--" in this example is just a comment.)

Example 2

Application.SetLastError(3245);

Sets the last error code to 3245.

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us