v3.0.0.2
new features:
- Added method
GetNextFreeStream() As Int32
, which returns the next unused or freed stream index. This should be of use to applications with plugin support
bugfixes:
- Fixed accidental late binding with
StreamExists(Index as Int32) As Boolean
. this previously returned anObject
, when it should have been aBoolean
.