Login Page - Create Account

Support Board


Date/Time: Mon, 09 Feb 2026 13:40:35 +0000



Post From: size/length of the SCString variable

[2016-04-05 20:49:54]
User53601 - Posts: 107
Seems to be very simple task, but I cannt find out the code for size/length of the SCString variable.

I tried this code:

SCString Header ;
int StringLength = Header.size;

but the result is:
error: 'class SCString' has no member named 'size'


could you pls help.