If i make some test with iniDBI2 i get everytime the output any
my code is
_inidbi = ["new", "milrp"] call OO_INIDBI;
hint format["In der _inidbi Variable steht: %1", _inidbi];
sleep 5;
_version = "getVersion" call _inidbi;
hint format["Die iniDBI2 Version lautet: %1 ", _version];
sleep 5;
_exist = "exists" call _inidbi;
hint format["In _exist steht: %1", _exist];
sleep 5;
_sections = "getSections" call _inidbi;
hint format["In _sections steht: %1", _sections];
sleep 5;
What can i do ?