home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1438.dms / in.adf / BASIC_HELP / help6 < prev    next >
Encoding:
Text File  |  1978-09-12  |  1.5 KB  |  57 lines

  1. PAINT
  2. Paints the given colour starting at the point x,y until reaching the same
  3. colour or the edges of the window.
  4. PALETTE
  5. Alters the composition of the given colour.
  6. PEEK
  7. Looks into the given address. (not recommended).
  8. PEEKL
  9. Not recommended.
  10. POINT
  11. Returns the colour of the pixel at the point x,y.
  12. POKE
  13. Writes into the given address.
  14. Not recommended.
  15. POKEL
  16. Not recommended.
  17. POS
  18. Finds the current column of the cursor. Can be used with CSRLIN to find the
  19. exact position of the cursor.
  20. PRESET
  21. Inverts colours in PUT command.
  22. PRINT
  23. prints text to the screen.
  24. PSET
  25. Puts graphic to screen normally.
  26. PTAB
  27. Moves cursor along a row, x number of pixels.
  28. PUT
  29. places a graphic on the screen with has ben previously been stored with the
  30. GET statement. This can be used to create animation.
  31. RANDOMIZE
  32. Reseeds the random number generator. RANDOMIZE TIMER causes randomnumbers to
  33. be different each time.
  34. READ
  35. Reads the next data item.
  36. REM
  37. Inserts a remark.
  38. RESTORE
  39. Used in conjunction with the READ statement. Resets the next DATA item to be
  40. read.
  41. RESUME
  42. Used in conjunction with error trapping. Restarts the program at the given
  43. point.
  44. RETURN
  45. Used in conjunction with the GOSUB statement.
  46. RIGHT$
  47. This returns the right most portion of a string.
  48. eg/RIGHT$("house",1) would be "e"
  49. RND
  50. this generates a random number between 0 and .1.
  51. RSET
  52. Used in conjunction with random files. See LSET.
  53. This right justifies the field.
  54. RUN
  55. A menu item performs the same function.
  56. Probably most useful when used in direct mode.
  57.