Navigation bar
  Start Previous page
 119 of 283 
Next page End 114 115 116 117 118 119 120 121 122 123 124  

110
GetQueueStr
Type
Function returning String
Invocation
GetQueueStr(queue)  or
GetQueueStr(queue, maxChars) 
Parameter
Method
Type
Description
queue
ByRef
array of Byte
The queue of interest.
maxChars
ByVal
integral
The maximum number of characters to retrieve.
Discussion
This function extracts a number of characters from the specified queue and returns a string populated
with those characters.  The number of characters is limited to the lesser of 1) the number of characters in
the queue at the time of the call, 2) the value of maxChars (if specified), and 3) the maximum number of
characters allowed in a string.
Compatibility
This function is not available in BasicX compatibility mode.
See Also
Previous page Top Next page