Search results for query: *

  1. B

    2 Questions

    Please answer one or both of these questions. 1. How can I redefine an array (heres what I mean). 'Global Variable Public strHighlights() As String 'Inside some function later on in the code strArray2() = Array("Blah", "Blah", "blah3322") strHighlights = strArray2 That isnt the actual code...
  2. B

    Highlighting - Very Important

    Thanks for the reply, but I couldnt find anything useful there. Find and replace would work, but to a point that I use a regular expression list to match certain things, which would be better so it could highlight like: print "string"; And actually color strings and such like that, but the...
  3. B

    Highlighting - Very Important

    I have a richtextbox in my api, and I need to do some syntax Highlighting. I need some SERIOUS help with this, it is extreamly important to my program, Ive spent 2 days researching (found almost nothing), and 2 days writing code. What I came up with works to a point, but theres a lot of flaws...
Back
Top