<<
During trace I watch the variable vEdiFile and it displays a space as the first
character after fetched.
I can use the "Modify variable value" tool and confirm that the variable has a
space as the first character.
I have double and tripled checked that the data in the table does not have a
space in front of it.
>>
If you're 100 % certain the problem is not in the data, can you post the
DECLARE CURSOR for c100? It sounds like you may be using an expression of the
form (Col1 & ' ' & Col2) where you think you're referring only to Col2.
--
Larry