Documentation (c) 2006-2008 Hobby-Robotics, LLC


Strings

HBBR Basic implementation supports both constant Const and non constant strings. Once initialized or declared each string strings occupies a fixed amount of memory which is big enough to hold entire string.

Runtime provides string manipulation subroutines see String Functions reference for details.

Wikipedia: String datatype