All contents Articles Articles Reactions Downloads Forum Links News [fr] and [en] [fr] only [en] only Search
Tutorials
visitors
visitor online
Thanks for taking the time to write this message.
Your user name :
Your e-mail :
Subscribe to this thread :
You are answering to DearJohn who wrote:
In the "stringscommented.pas" collection I found this nice function:
function StrPosRelative(const Str, Token: String):UInt8;var lvar1, lvar2: tPIS;begin lvar1.recPtr:=StrStr(Str, Token); lvar2.recPtr:=@Str; StrPosRelative:=lvar1.recInt-lvar2.recInt;end;
Unfortunately I couldn't find the "StrStr" function in any library.
Do you have any hint for me to use this function?
Regards, Reinhard.
Document generated in 0.04 second