Code: Select all
filter sSearchText with (aWord & "*") into tFilteredLines
Code: Select all
filter sSearchText with aWord into tFilteredLines
Code: Select all
aa,can
ab,about
af,after
ag,again
agt,against
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
filter sSearchText with (aWord & "*") into tFilteredLines
Code: Select all
filter sSearchText with aWord into tFilteredLines
Code: Select all
aa,can
ab,about
af,after
ag,again
agt,against
Code: Select all
filter items of sSearchText with "about" & return & "af" into tFilteredLines
Code: Select all
filter sSearchText with (sWord & ",*") into tFilteredLines