addSavePoint

From AgileApps Support Wiki
Revision as of 20:06, 20 December 2010 by imported>Aeric (Text replace - 'addSavePoint(' to 'Functions.addSavePoint(')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Functions.addSavePoint(String name)
Adds a SavePoint with the string name.
Syntax
Functions.addSavePoint(String name)
Return
None
Example
This example creates a SavePoint with the name Foo
Functions.addSavePoint("Foo");

For additional examples, see Rollback