Table of Contents > QUARC > Blocks > Blocks - By Category > Block Categories
String Blocks
The QUARC String blocks allow strings to be used in Simulink. Strings are represented in QUARC as UTF-8 strings stored as a null-terminated vector of uint8 integers. Null-terminated means that the end of the string is marked by a zero byte. This zero byte will not be the last byte in the vector if the string is shorter than the vector which contains the string.
Accumulates a series of strings into one concatenated string. |
|
Concatenates a number of strings together. |
|
Outputs a constant string. |
|
Displays a string right in the Simulink model. |
|
Outputs the error message corresponding to a standard QUARC error code. |
|
Prints formatted text to a string, much like |
|
Scans formatted data from a string, much like |
|
Outputs a string from a list of strings based on the input. |
|
Extracts a subset of characters from a string. |
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.