But I did another version, adding my new AdvStrSort, and fixing spelling errors in the documentation:
New in 1.02 - 02/07/04:
-----------------------
- Fixed Documentation about StrLoc. "Direction" is really
"OffsetDirection".
- Added my new AdvStrSort, and removed the old one.
I tested the new function all night until now, and it's working.
Kichik, don't dispair. Use the same example you're using just adding the new qualities of AdvStrSort (called inside as StrSort). Nothing was changed in other functions.
Example of use - StrSort:
${StrSort} $0 "This is just an example" " just" "" "ple" "0" "0"
$0 = "This is an exam"
;"This is just an example" is the String
;" just" is the CenterStr
;"" is the LeftStr
;"ple" is the RightStr
;Display LeftStr and RightStr FALSE
;Display CenterStr FALSE