Subject Re: separator for CSV file to be imported into dBase
From Gaetano <gaetanodd@hotmail.com>
Date Fri, 25 Sep 2020 05:44:36 +1000
Newsgroups dbase.getting-started

On 24/09/2020 18:58, Mervyn Bick wrote:
> Gaetano's code in the inner do while loop replaces every ; with ","
> which means that there is neither a double quote at the beginning nor at
> the end of the string.


actually, there is :

chr_str='"'+chr_str+'"'