forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


BINFILE

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Thu Mar 20, 2003 12:57 am    Post subject: BINFILE Reply with quote

Has anyone ever made a BINFILE example which is not as advanced as
the example provided with VDS? I haven't ever learned how to use BINFILE
but I'd really like to.

The help file is a bit vague with details but an example script would be
excellent!

Thanks for any help. Wink

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
SnarlingSheep
Professional Member
Professional Member


Joined: 13 Mar 2001
Posts: 759
Location: Michigan

PostPosted: Thu Mar 20, 2003 1:37 am    Post subject: Reply with quote

Here's a short example..what are you looking to do?
Code:

BINFILE OPEN,1,C:\TempBinFile.tmp,CREATE
BINFILE SEEK,1,0
BINFILE WRITE,1,TEXT,"T  ting"
BINFILE SEEK,1,1
BINFILE WRITE,1,TEXT,"es"
BINFILE SEEK,1,0
INFO @BINFILE(READ,1,TEXT,7)
BINFILE CLOSE,1

_________________
-Sheep
My pockets hurt...
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group