huntercobrax
Member
- Joined
- Jul 22, 2004
- Messages
- 8
[/VB]Public Sub SaveRecord()
uData.Name = frmMain.txtName.Text
Put #gFileNum, gCurrentRecord, gPerson
End Sub[VB/]
The error is Put is not declared. Do i have to import something, or is Put not featured in .NET? If its not what replaces Put?
uData.Name = frmMain.txtName.Text
Put #gFileNum, gCurrentRecord, gPerson
End Sub[VB/]
The error is Put is not declared. Do i have to import something, or is Put not featured in .NET? If its not what replaces Put?