Forum Discussion
some
3 years agoNew Member
SEARCH function stopped working suddenly
Hi we have this search function:
kalkPreis = LEFT(NurLagerMitPksID[PKS_ID],SEARCH("∼∼",NurLagerMitPksID[PKS_ID])-1)
this function worked online and in desktop until yesterday! now it throws the error, that the searched text can not be found.
we changed nothing here is an example of the data searched:
5.08~waXrAghi26phUWb0e6Pc
I also tried it with UNICHAR() but that also doesn't work.
The error is thrown for every row.
Br
I solved it by copying the symbol from one row. It seems to be a slightly different tilde than the normal one but now it works again.