Results 1 to 2 of 2

Thread: how to define a string constant in vb

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2003
    Posts
    5

    how to define a string constant in vb

    how to define a string constant in vb

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    VB Code:
    1. Const myString as String = "text here"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width