grantful 3 Posted August 11, 2023 I am trying to find a string with MatchText. example if "grant" is in the array and i type exactly "grant' it will find it. I want to search the string array with a part of the string example 'gr' and have it return all the text that has gr in it. Thanks for any help. Share this post Link to post
Fr0sT.Brutal 900 Posted August 11, 2023 Loop thru all items and check them with Pos Share this post Link to post