yes ?
but if a part of code is in a library it is not possible...
if i have a library, at init i have to provide several subnames to this library .. and library will run subs when needed.
it is possible from C++ library with callback from wrapper, but in this case definition of callback is done in C++ in wrapper.
just i wanted to know if it is possible to do that in B4R, in case of library written in B4R
in CallSubPlus definition we have:
CallSubPlus (SubName As SubVoidByte, DelayMs As ULong, Tag As Byte)
i tested subvoidbyte type, but it is unknown type...