Execute the Labtalk script code.
LT_execute(script)
0 for success
EX
import PyOrigin PyOrigin.LT_execute('newbook') #create a newbook wksPage=PyOrigin.ActivePage() if wksPage.LT_execute('delete col(B)'): print('Col(B) deleted')