GetStreamType
(Engine-Level Function)
Stream |
Required. Any expression that returns a stream value. |
Comments: | This returns the type of an existing stream. Possible valid return values are as follows
Invalid is returned for all non-stream values. |
Example:
SType = GetStreamType(BuffStream("abcde"));
SType will be set to 3.