[fpc-pascal] More WideString routines

theo xpde at theo.ch
Mon Aug 3 20:54:44 CEST 2009


Felipe Monteiro de Carvalho schrieb:
> Hello,
>
>
> At the moment I need a widestring replacement for StrPos. I searched
> for WideStrPos in my FPC 2.2.2 but nothing came. Any ideas?
>
>   
StrPos is for PChar. Do you mean Pos? There are lots of versions of Pos.
One of them is
Function Pos (Const Substr : WideString; Const Source : WideString) : 
SizeInt;




More information about the fpc-pascal mailing list