Python and Global Script functions

Hi!  I'm using python as my scripting language in FB, and I'm trying to access the global script functions outlined in the documentation... things like FBSetCaption and StrToDate.

They don't seem to be available as straightforward global functions... is there some module I need to import them from?

 Edit this is in the OnExecute script of a Run Script action, in case that makes a difference.  FB version 6.3.0.1712.

Hi Robert

Those functions are not available in Python or Powershell at the moment. They are only exposed in VBScript and JavaScript. I will have a look and see if we can expose them but I can’t make any promises as to when this will happen.

Ok, thanks!  I'll work around their absence, knowing they're not there.

Thanks again!