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

  1. SADD
  2. Used to access machine subroutines.
  3. SAVE
  4. A menu item performs the same function.
  5. SAY
  6. Used in conjunction with TRANSLATES.
  7. Allows the Amiga to talk.
  8. SCREEN
  9. Allows the creation of a custom screen.
  10. You can have up to 4 screens in addition to the original screen.
  11. eg/screen 1,640,256,3,2 createsScreen number 1 with a width of 640 pixels, a
  12. height of 256 pixels, 3 bitplanes(allowing 8 colours) and medium resolution.
  13. SCROLL
  14. Moves a rectangular segment of the screen in any direction you like.
  15. eg/SCROLL(x1,y1)-(x2,y2)
  16. SGN
  17. Sets the sign of a number.
  18. SHARED
  19. Used in conjunction with DIM.
  20. Allows an array to be shared with a subprogram.
  21. SIN
  22. Finds the SIN of a number.
  23. eg/sin(x)
  24. SLEEP
  25. Causes the program to stop until the user presses a key or clicks a mouse
  26. button.
  27. SOUND
  28. Used to create sounds.
  29. SPACE$
  30. Prints blank spaces.
  31. Useful for overwriting text.
  32. SPC
  33. Prints spaces.
  34. SQR
  35. Finds the square root of a number.
  36. STATIC
  37. Used in conjunction with the SUB command.
  38. Denotes the beginning of a Subprogram.
  39. eg/SUB.subprogramname..STATIC
  40. STEP
  41. Used in conjunction with a number of different statements.
  42. eg/LINE,CIRCLE,AREA,PAINT
  43. Means to the new co-ordinate is relative to the last.
  44. eg/
  45. STICK
  46. Used when a joystick is being used.
  47. STOP
  48. Stops the program, but does not end it, it can be restarted with CONT.
  49. A menu item performs the same function.
  50. STR$
  51. Changes a number into a string and creates a leading space.
  52. eg/STR$(2) would equal " 2"
  53. STRIG
  54. Used when a joystick is being used.
  55. Returns a value to check whether the trigger is currently being pressed.
  56. STRINGS
  57. Repeats the printing of a specific character.
  58. SUB
  59. Used in conjunction with the STATIC statement.
  60. SWAP
  61. Changes the values of two variables.
  62. SYSTEM
  63. Ends the program and returns to the workbench.
  64. TAB
  65. Moves the next print position.
  66. TAN
  67. Calculates the tangent of a number.
  68. THEN
  69. Used in conjunction with the IF statement.
  70. TIME$
  71. Calculates the current time in the format hh:mm:ss.
  72. TIMER
  73. Shows the number of seconds that have passed since midnight.
  74. TRANSLATES
  75. Used in conjunction with the SAY statement.
  76. TROFF
  77. A menu item performs the same function.
  78. TRON
  79. A menu item performs the same function.
  80. UBOUND
  81. Finds the upper boundary of an array.
  82. Useful when using arrays in a subprogram.
  83. See also LBOUND.
  84. UCASE$
  85. Converts a string to uppercase.
  86. USING
  87. Part of the PRINT USING statement.
  88. eg/PRINT USING
  89.