Results 1 to 2 of 2

Thread: for random... len = len(?)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2000
    Posts
    82

    Post

    is it possible to use the len of a class object as the record len while opening a file in random mode?

    dim obj as new CClass

    open datafile for random as ff len=len(obj)

    i get an error 438 while trying

    thanks

  2. #2
    Member
    Join Date
    Oct 1999
    Location
    Fremont, Ca, 94538
    Posts
    40

    Post

    well, you can't do it w/ class object. but udt instead. (user define type).

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