Hi Rolf.
I want to create an empty string as a constant.
or
But the compiler won't let me.
Regards
Merlin
Merlin.
I want to create an empty string as a constant.
Code
const
Empty : string = '';
Empty : string = '';
or
Code
const
Empty : string[ cFixedStringLen ] = '';
Empty : string[ cFixedStringLen ] = '';
But the compiler won't let me.
Regards
Merlin
Merlin.