Search found 5 matches

by ysft12
Sat Aug 26, 2006 12:21 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Encrypting a Text File?
Replies: 4
Views: 10472

to put data in the file:

Code: Select all

data$ = "test"

OPEN "file.dat" FOR BINARY AS #1
  PUT #1, , data$
CLOSE

to get data from the file:

Code: Select all

DIM getd AS STRING * 10

OPEN "file.dat" FOR BINARY AS #1
  GET #1, , getd
  PRINT getd
CLOSE

by ysft12
Thu Oct 13, 2005 6:51 pm
Forum: News and Announcements
Topic: Qbinux testers/reviews needed...
Replies: 3
Views: 12369

I can't even run QBinux. I ran QSETUP.EXE and typed "qbinux text" and nothing happened.
by ysft12
Wed Oct 05, 2005 6:29 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: looking for JFONT
Replies: 8
Views: 9105

I am pretty sure JFont is a font routine.
by ysft12
Wed Oct 05, 2005 6:25 pm
Forum: General Discussion
Topic: VIRUS ALERT! Everyone needs to read!
Replies: 9
Views: 13653

Jokerz TUI (WINME & WINXP ONLY) Downloads: Misc sid6.7 September 9, 2005 What? Why does it say WINME & WINXP ONLY? A TUI for windows? I am not against sid6.7, but that may sound like a virus. Also, I think is the program that converts a .BAT into .COM is the one that might have infected the ...
by ysft12
Wed Oct 05, 2005 4:21 pm
Forum: General Discussion
Topic: If QB was human...
Replies: 24
Views: 32424

All versions of QB are girls. All versions of FB are also girls. :)