I've a column containing a text string that begin with blank characters
like
 '  abcdefghi.....'

 The command: SET VAR Varname=colname IN tablename WHERE......
 work OK and Varname contain '   abcdefghi...'  (with initial blank
characters)

 The command CHOOSE Varname FROM #VALUES FOR (........), colname.....
 return the string without the initial blank characters ( 'abcdefghi.....')

 Is this a bug ?

 Daniele Barbieri
 from Italy
 [EMAIL PROTECTED]
 www.bmbinformatica.it

Reply via email to