Results 1 to 2 of 2

Thread: string data types

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Ca
    Posts
    106

    Question

    What is the difference between variable-length string data type and fixed-length string data type?

  2. #2
    Guest
    Fixed length can only have a specific number of characters whereas Variable length does not.

    Code:
    'Fixed Length of 30
    Dim strTemp As String * 30

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