Search results for query: *

  • Users: Brokenhope
  • Content: Threads
  • Order by date
  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

    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