NextStep method: Crypt class
Syntax
NextStep()
Description
Use the NextStep method to access the next step in the encryption chain.
You must use the FirstStep or GoToStep method before using NextStep.
Your program terminates if you call NextStep when you are already at the last step in the encryption chain.
Parameters
None.
Returns
None.
Related Topics