Error Messages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • trishacc123
    New Member
    • Apr 2008
    • 1

    Error Messages

    I am writing this program and for some reason I keep getting error messages that I can't seem to fix no matter what I try.

    'GetUpperBound' is not a member of 'String'
    Property 'Chars' is 'ReadOnly'
    'Redim' statement requires as array
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    What is the version of VB that you are using ?

    Comment

    • daniel aristidou
      Contributor
      • Aug 2007
      • 494

      #3
      Originally posted by trishacc123
      I am writing this program and for some reason I keep getting error messages that I can't seem to fix no matter what I try.

      'GetUpperBound' is not a member of 'String'
      Property 'Chars' is 'ReadOnly'
      'Redim' statement requires as array
      Could you post the code that seems to be the origin of the error message?

      Comment

      Working...