with in the string ST1 i need ten blank spaces between the "1" and the "2" similarly to how there are ten periods between the "2" and the "3"..... i wrote the question that way but even this forum functionality killed the white spaces in my example
The code sample I posted does work there are 10 spaces between 1 and 2 !
Yes, in the forum text, extra spaces are removed.
But if you put your text between code tags the spaces are maintained, like in my post.
i will try that later today.... i was not keeping the spaces separated from other text as in & "......C" & so i will try & "......" & "C" (. represents blank)
looks fine now but the forum will probably compress it so as to not be seen but.... there are six spaces between locTme and locTYPE and two spaces between locTYPE and "P-"
the value of locLineData however shows all but one of the 6 spaces removed and one of the two spaces removed so that there is but a single space between these items....
hovering over the locLineData while in the debug mofe..... the spaces are all adjusted from any number of spaces entered to but one space between values
the hovering never shows the spaces but the value displayed under "Local variables" is correct.... so it is just the hover function that has the problem? and not the actual value being assigned to the string variable.... thank you for your help with this