From: | Terje Maurset |
Date: | 30 Apr 2001 at 23:18:42 |
Subject: | Re: BlitzII Programming Restart |
David,
HEEEEEEEEEEEEEEEEEEEEEEELP!! Please!
eeeeheeheeeeek :-(
I've read your mail and even gone through the example included with
the BlitzII disks. Basically, I'm still stuck at the EXACT same place
I was 6 months ago. Can you still help me?
I want to open a file and write somehting into it.
It's supposed to be ridiculous simple. But for me it's apparently
NOT, and it drives me crazy!
The example here it taken from the BlitzII disks.
---------- S T A R T P R O G R A M ----------
;
; Field...Put...Get program example
;
If OpenFile(0,"Ram:Test")
MaxLen c$ = 16
Fields 0,c$
c$="RANDOM ACCESS!"
Put 0,0
CloseFile 0
EndIf
MouseWait
End
--------- E N D P R O G R A M ----------------
When I run this program it would be logically for me to asume :
- the lenght of the file would be the same as the lenght of 'c$',
and NOT 22 bytes.
- that 'c$' would be printed at the beginning of the file and
not 4 bytes to the "right"..
Do you got a good source for this?
Regards,
Terje
|
-+-----------------------------------------------------------.
| |
| Real Name : Terje Maurset ( March 1978 ) |
| E-mail : prezervar@ah.enitel.no |
| |
| Computer : Amiga 1200 - 68040/603p+ 30/200Mhz |
| Hobby : Preserving Fineart on the WEB. |
| Status : Active, Die-Hard-User. |
| To Learn : Massage, NonVerbal-Communication (Hi Girl), |
| Speed reading, Hand Drawing. |
| |
`-----------------------------------------------------------+---.
|
`
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list/-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list/-help@netsoc.ucd.ie