I'm seeing a similar issue after migrating from TC 7.5 to TC 9.2
Runing the same TC code on XP SP3 and the same tested App.
On the machine with 7.5 the grid control is returned with the expected number of items.
example row:
ABC 3.3 D 7.1 <1
is returned as
[ABC] [3.3] [ ] [ ] [ ] [7.1] [<1]
On the machine with 9.2
[ABC] [3] [.] [3] [7] [.] [1] [<] [1]
The code from patricio would handle the split text but we were expecting the 3 spaces before the D and they are now gone.
Any ideas? I noticed thar on the object browser 7.5 shows a [c++] icon on these objects while 9.2 shows [.net]
Thanks in advance