Home » Archimedes archive » Archimedes World » AW-1995-01-Disc1.adf » Disk1Jan95 » !AWJan95/Goodies/DrawBasic/!DrawBasic/Library/PieChart

!AWJan95/Goodies/DrawBasic/!DrawBasic/Library/PieChart

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Archimedes World » AW-1995-01-Disc1.adf » Disk1Jan95
Filename: !AWJan95/Goodies/DrawBasic/!DrawBasic/Library/PieChart
Read OK:
File size: 0056 bytes
Load address: 0000
Exec address: 0000
File contents
 DIM data(5)
 FOR i=0 TO DIM(data(),1) : data(i)=RND(10) : NEXT 
�Pie(data())
�Quit

00000000  0a 20 44 49 4d 20 64 61  74 61 28 35 29 0a 20 46  |. DIM data(5). F|
00000010  4f 52 20 69 3d 30 20 54  4f 20 44 49 4d 28 64 61  |OR i=0 TO DIM(da|
00000020  74 61 28 29 2c 31 29 20  3a 20 64 61 74 61 28 69  |ta(),1) : data(i|
00000030  29 3d 52 4e 44 28 31 30  29 20 3a 20 4e 45 58 54  |)=RND(10) : NEXT|
00000040  20 0a a0 50 69 65 28 64  61 74 61 28 29 29 0a a0  | ..Pie(data())..|
00000050  51 75 69 74 0a 0a                                 |Quit..|
00000056