Hi:
Somebody changed the way hb_ATokens() behaves when
an empty string is passed as the only param. I'm not
sure when this happen; I just happen to notice today.
It could have been months ago for all I know.
For years, this
hb_Atokens("")
would return an empty array.
Now it returns a one elem
* source/rtl/tget.prg
! fixed passord get with space. Bug reported by Fabio Nery.
regards,
Eduardo
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn
Hello,
The below code has been tested by using xBuilder based on xHarbour build
9368.
The HB_RgExReplace function call returns the original input cWhere string
content.
function main()
local cWhat := "[a-zA-Z]"
local cWhere := "a1b2c3"
local cNew := "-"
local cResult
cResult :=
3 matches
Mail list logo