Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MS4][Resolved] Error With Books
#5
Fixed it, I had this

Code:
Public Type BookRec
    Name As String
    Page1 As String
    Page2 As String
End Type

Instead of

Code:
Public Type BookRec
    Name As String * NAME_LENGTH
    Page1 As String * 2000
    Page2 As String * 2000
End Type
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)