Login Page - Create Account

Support Board


Date/Time: Wed, 14 May 2025 23:22:26 +0000



Post From: size/length of the SCString variable

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