Hi experts,
Might come across as an easy question yet haven't found the answer anywhere yet:
Is there a way to initialise a string variable in code with a fixed length of characters for example initialise the variable _test with a fixed length of 10 characters?
`str _test(10);`
Kind regards