home *** CD-ROM | disk | FTP | other *** search
- ;gets a couple of stock quotes
-
- w c "!"
- "go BASICQUOTE|"
- w c "Issue: "
- "Φ86 " ;initiate capture (Autosig unique, change for your program)
- w c "name: "
- "stocks|" ;store data is "stocks" file
- w 1
- "FMAGX|" ;Fidelity Magellean
- w c "Issue: "
- "MSFT|" ;Microsoft
- w c "Issue: "
- "AAPL|" ;Apple Computer
- w c "Issue: "
- "IBM|" ;guess
- w c "Issue: "
- "Φ86 " ;end capture
- w .5
- "|"
- w c "!"
- end
-
-
-