Raptor:Raptor String Length: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
! scope="col" style="width: 70%;"|Description | ! scope="col" style="width: 70%;"|Description | ||
|- | |- | ||
! | ! String | ||
| | | r_string | ||
| String handle | | String handle | ||
|} | |} | ||
Line 27: | Line 27: | ||
! scope="col" style="width: 70%;"|Description | ! scope="col" style="width: 70%;"|Description | ||
|- | |- | ||
! | ! Value | ||
| uint32 | | uint32 | ||
| Length of string | | Length of string | ||
|} | |} |
Revision as of 13:58, 14 September 2023
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 | r_string | String handle |
Outputs
Output | Type | Description |
---|---|---|
Value | uint32 | Length of string |