Raptor:Raptor Array to String: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 34: Line 34:
| string
| string
| Duplicate string handle.
| Duplicate string handle.
|}
== Parameters ==
{| class="wikitable" style="width:75%;"
|-
! scope="col" style="width: 15%;"|Parameter
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
|}
|}

Revision as of 13:44, 14 September 2023

Return to the main Raptor page

Return to Strings page

Raptor™ Array To String

Description

This block copies the data in a uint8 array into a string.

Inputs

Input Type Description
String string String handle of string to put array into.
Array uint8[] Array data to put in string

Outputs

Output Type Description
String string Duplicate string handle.