2023 Aug 11 4:00 PM
In Debug mode, i can see two fields which are empty. But, one field is of type Cstring{3} and other field is of type Cstring{0}. How to convert the field from Cstring{0} to Cstring{3}?
2023 Aug 11 5:25 PM
Your question is asked in a weird way, I'm not sure you understand the rest of your code.
Cstring means STRING.
Number {3} means that there are 3 characters.
So I guess that you want to initialize 3 spaces?
var = ` `.
But developers never do that.
Could you show your code and clarify the question?