-
Random Files in VB 6.0
In Visual Basic 6.0 How do you take input from a text Box and write it to
a random file. I know you use the 'Put'statement ,but i can't figure out
how to get the record number.
-
Re: Random Files in VB 6.0
When writing to a random file, you don't "get" the record number. You must
specify the record number you want to write to on the Put statement, so you
have to know what record number you want to write to. This means you have to
have specific knowledge of how the file is laid out and what information is
contained in each record.
"CDHobby" <colinhobby@hotmail.com> wrote in message
news:3b6db443$1@news.devx.com...
>
> In Visual Basic 6.0 How do you take input from a text Box and write it to
> a random file. I know you use the 'Put'statement ,but i can't figure out
> how to get the record number.
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks