SFL: String handling functions |
Top Previous Next |
The string handling functions are used when you need to manipulate strings in a program. A number of functions exists, and they are each explained individually on the following pages.
String template The string template functions are helpful when handling large strings that are used multiple times but must be slightly different every time, such as strings that contain sensor data to send to an external device. See strTemplateCreate for more details.
For floating-point string conversion, please refer to the Floating-Point Math section. |