Hi,
I've already tried the way u describe. Initializing the string in the constructor is ok... but how about assigning the pointer to a function there?
e.g for string,
Table[0].string = "hello";
how bout assigning pointers to functions?