@@ 2854,8 2854,8 @@ The following example measures the size section code, "string", *
{
define byte[] str = {
- P"LONG STRING DATA STORED HERE... ",
- P"NO ONE KNOWS WHERE IT ENDS..."
+ "LONG STRING DATA STORED HERE... ",
+ "NO ONE KNOWS WHERE IT ENDS..."
}
}
}