|
-
Jun 21st, 2000, 11:16 AM
#1
Thread Starter
Addicted Member
Hi,
I have in Module
Public Type UserRecord ' Create user-defined type.
Data1 As String * 10
Data2 As String * 1
Mytest1 As integer
My1 as boolean
End Type
In My Procedure:
dim Myrec as userrec
1) how can i address the UserRecord as ONE STRING?
2) How can i clear UserRecord in 1 command or move data to the record as 1 field like Userrecore = text1.text or Myrec = text2.text ?
Regards
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|