Difference between revisions of "Xpcall"

From GiderosMobile
Line 3: Line 3:
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/(global)|(global)]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/(global)|(global)]]<br/>
 +
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
<translate>[[Special:MyLanguage/pcall|pcall]] function f with new error handler err.
+
<translate>[[Special:MyLanguage/pcall|pcall]] function f with new error handler err. The operations related to coroutines comprise a sub-library of the basic library and come inside the table coroutine.</translate>
The operations related to coroutines comprise a sub-library of the basic library and come inside the table coroutine.</translate>
 
 
<source lang="lua">
 
<source lang="lua">
xpcall(f,err)
+
xpcall(f,err)
 
</source>
 
</source>
 +
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
 
'''f''': (function) <translate>pcall function</translate> <br/>
 
'''f''': (function) <translate>pcall function</translate> <br/>
 
'''err''': (string) <translate>error message</translate> <br/>
 
'''err''': (string) <translate>error message</translate> <br/>
 +
 +
{{(global)}}

Revision as of 04:34, 11 February 2020


Available since: Gideros 2011.6
Class: (global)

Description

pcall function f with new error handler err. The operations related to coroutines comprise a sub-library of the basic library and come inside the table coroutine.

xpcall(f,err)

Parameters

f: (function) pcall function
err: (string) error message