BUG with hb_valToExp

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

BUG with hb_valToExp

Post 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 :(
have fun
Jimmy
Post Reply