Login Page - Create Account

Support Board


Date/Time: Fri, 27 Dec 2024 16:59:11 +0000



Post From: size/length of the SCString variable

[2016-04-05 20:49:54]
User53601 - Posts: 105
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.