FrameMaker 2019: Extract literal string values from F_StringsT array
I am trying to pull out the values from F_StringsT array but i am not getting exact string values as i want.
In my case i have a variable colorType of type F_StringsT and if i use following code it return values as specified -
StringT test = colorType.val[0]; In this case value of test is 0x0F19D690
and value returned by *colorType.val[0]; is "81 'Q'" (within double qoutes).
What i want to get back is literal string "QRH".
Any help would be greatly appreciated.
Thanks in advance.
