Page 1 of 1

BUG with hb_valToExp

Posted: Wed Jan 08, 2020 11:05 pm
by AUGE_OHR
hi,

under Xbase++ i have Var2Char() so i wrote for harbour

Code: Select all

#xtranslate VAR2CHAR  => hb_valToExp
that work well but have a small BUG : when have a String it will be quote with "
so i have to STRTRAN(cString, ´"´,´´ ) to get String only :(