Okay, it works now, it was thew directory structure,
* I now place "tbs_scripttocal_array.php" in the pmwiki/local/
directory
* then change pmwiki config.php as follows
------------------------
$TbsScriptToCall['path'] = 'my_tbs_apps/'; // relative to the PmWiki
root
$TbsScriptToCall['prefix'] = 'pm_';
include("tbs_scripttocall_array.php");
------------------------
So only asking now question (2) is this something worth making change
to the TBS_PmWiki plugin ??
Thanks a lot,
TomH