NXC
Version 1.2.1 r5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
All
Data Structures
Files
Functions
Variables
Groups
Pages
ex_StrCatOld.nxc
This is an example of how to use the
StrCat
function.
task main()
{
string
msgs[] = {
"please work"
,
"testing, 1, 2, 3"
};
string
tmp =
"123456"
;
string
a =
"AA"
, b =
"BB"
, c =
"CC"
;
TextOut
(0,
LCD_LINE3
,
StrCat
(a,
SubStr
(tmp, 2, 3), msgs[0]));
Wait
(
SEC_5
);
}
Generated by
1.8.2