Lionel Tabris
Member
Digital Disk is a .dll that can read .ddisk files.
Language:VB.net
You: What is a .ddisk file?
A .ddisk file is a digital disk
You: Why should I use them?
There fast, managed ,Use tags instead of Arrays(Allow,not index(*))
I made an application that runs on 1 .ddisk file, and it runs fast.
You: What are the commands?
Read(File,Tag)
Write(File,Tag,Data)
You: In the file, it says #Tag, is that how I put the tag in Read(File,Tag) or Write(File,Tag,Data)?
No, for the tag #RTT, in the tag attribute you would type it without the number sign.
You: How do I use them?
1.Reference Digital disk.dll
2.
Download:
http://www.mediafire.com/?ionwwyfihmn
Language:VB.net
You: What is a .ddisk file?
A .ddisk file is a digital disk
You: Why should I use them?
There fast, managed ,Use tags instead of Arrays(Allow,not index(*))
I made an application that runs on 1 .ddisk file, and it runs fast.
You: What are the commands?
Read(File,Tag)
Write(File,Tag,Data)
You: In the file, it says #Tag, is that how I put the tag in Read(File,Tag) or Write(File,Tag,Data)?
No, for the tag #RTT, in the tag attribute you would type it without the number sign.
You: How do I use them?
1.Reference Digital disk.dll
2.
Code:
<div class="vb" id="{CB}" style="font-family: monospace;"><ol>
<span style="color: #808080;">'Put this at the top of the code file
Imports DigitalDisc
<span style="color: #808080;">'Put this where you are using it
<span style="color: #b1b100;">Dim Disc <span style="color: #b1b100;">As Disc = <span style="color: #b1b100;">Nothing
<span style="color: #b1b100;">Dim Location=""
Try
Disc.Read(Location,"Tag")
Catch ex <span style="color: #b1b100;">As Exception
<span style="color: #b1b100;">GoTo NoDisc
<span style="color: #b1b100;">End Try
<span style="color: #b1b100;">Goto Done
NoDisk:
<span style="color: #b1b100;">Me.text="Can't Find Disk at "+Location". Application Status:Stopped"
<span style="color: #b1b100;">Exit <span style="color: #b1b100;">Sub<span style="color: #808080;">' (or Exit Function or Exit)
Done:
http://www.mediafire.com/?ionwwyfihmn