AT2k Design BBS Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to VBBS/VADV Script Discussion <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
Bigjoe | Steve Winn | Using one line |
March 30, 2006 3:26 PM |
|||
Re: Using one line > Re: Using one line > > Re: Using one line > > > > > Re: Using one line > > > > > > > Ok instead of writing to a text file like this > > > > Name > > > > age > > > > acc > > > > path or what ever > > > > I wanted to be able to write this info to one line > > > > Name,age,acc,path > > > > How would I read the one line in and assign each one to a array. St > > > > this for the newslist script. I just don't get the idea of it. > > > > I have been trying to page you C. Wiz, Ok, Here I go rs $100, "Real Name to Use : " jl $100, 30 rs $101, "Handle to Use : " jl $101, 25 rs $102, "Email Address : " jl $102, 35 let s1 = "" do i, 100, 102 let s1 = s1 % $i loop let f1 = !25 % "user.dat" open f1, "A" write s1 close The above code is what I use to write it, and this is what I use to redisplay it. let f1 = !25 % "user.dat" read x close Thats all it does is reads the first line let y = 1 let $100 = !10 let y = y + z let z = 25 let $101 = !10 let y = y + z ley z = 35 let $102 = !10 print "BBs Name : ", $100 print "Sysops Name : ", $101 print "Email : ", $102 Most ofr the time it displays it all over the screen or it misses some parts or all the parts from the Var. Bigjoe ���Ŀ � � �Ŀ ��� ��Ŀ ���Ŀ ��Ŀ ��Ŀtelnet://musicmanmp3.dyndns.org � � � � � �Ŀ � �Virtual Advance 2.10 Bigjoe � � � ���� ���� ��� ���� � � � � ����Games, Doors, Leagues, Adult |
||||||
|
Previous Message | Next Message | Back to VBBS/VADV Script Discussion <-- <--- | Return to Home Page |
Execution Time: 0.0171 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |