Hej..
Hvordan kan jeg lave en søgefuntion, så brugeren kan søge efter et ord??
Håber i kan hjælpe!
Hilsen Armen
Hvad med den her (klippet fra hjælpen...):
function Pos(Substr: string; S: string): Integer;
Description
Pos searches for a substring, Substr, in a string, S. Substr and S are string-type expressions.
Pos searches for Substr within S and returns an integer value that is the index of the first character of Substr within S. Pos is case-sensitive. If Substr is not found, Pos returns zero.
Den bruger jeg da altid... :-)
Bargmann