Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~847 People Reached
Favorite Forums
Favorite Tags
Member Avatar for rgilmore

Forgive the begginer logic, but I can't afford a new degree until I get a raise. Goal: To create a dynamic text search based on a bulleted style procedure. Objective: Use a string reader to read a richtextbox line by line checking for the start and end of bullet points …

Member Avatar for tinstaafl
0
298
Member Avatar for rgilmore

I'm trying to build an user interface based on keywords from a text file. My search can now determine the index of each key word I apply. What I'd like to be able to do is then pull those indexes in numerical order from the textbox I saved them to. …

Member Avatar for tinstaafl
0
164
Member Avatar for rgilmore

Here is the goal. I have a document that I want to search through word by word based on an array of keywords. I.E... Dim keywords() = {"each", "it", "and", "I"} Dim i As Integer For Each key As String In keywords Do Until i = Procedure.LastIndexOf(key) Search = Procedure.IndexOf(key) …

Member Avatar for Begginnerdev
0
133
Member Avatar for rgilmore

First posting here, but I've gotten a lot of help from this site. Here is my problem. I'm trying to automate some procedures for my production line. I have a word document that I have created a string from. What I'd like to is search the document for somestring after …

Member Avatar for adam_k
0
252