Raptor:Raptor String Length: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
[[ | [[Raptor-Platform|Return to the main Raptor page]] | ||
[[Raptor:Strings|Return to Strings page]] | [[Raptor:Strings|Return to Strings page]] |
Revision as of 17:29, 16 December 2016
Return to the main Raptor page
Description
This block outputs the current length of the string. The length is different from the size of the string defined in the raptor_string block. The length represents the length of data in the string.
Inputs
Input | Type | Description |
---|---|---|
string | String handle |
Outputs
Output | Type | Description |
---|---|---|
uint32 | Length of string |
Parameters
Parameter | Type | Description |
---|