home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / arexx / ole1v10a.lha / OLE_System / ole / misc / ReadTable.pcalc.ct < prev    next >
Encoding:
Text File  |  1994-12-02  |  2.6 KB  |  233 lines

  1. ;
  2. ; ReadTable.pcalc.ct
  3. ;
  4. ; $(C): (1994, Rocco Coluccelli, Bologna)
  5. ; $VER: ReadTable.pcalc.ct 1.00 (25.Oct.1994)
  6. ;
  7.  
  8.  
  9. ## english
  10.  
  11. # about
  12. The first module for my
  13. OLE System
  14.  
  15. Rocco Coluccelli
  16. #
  17.  
  18. # help1
  19. Choose the ProCalc program path,
  20. input its Arexx port name.
  21.  
  22. Choose if need ProCalc running
  23. during the operations.
  24. Usefull for systems low on memory.
  25.  
  26. Choose one spreadsheet file.
  27.  
  28. Press [Okay] to input some ranges of cells
  29. and to start the reading process.
  30.  
  31. NOTE:
  32. Be sure of turning ARexx ON
  33. in the ProCalc preferences window.
  34. #
  35.  
  36. # help2
  37. If ProCalc is running,
  38. go into its window
  39. mark a range and return back
  40. press the [Add] button
  41. to store the selected range,
  42. or press the [exclude] button
  43. to remove ranges from the table.
  44. Repeat for each desired range.
  45.  
  46. You can also input all ranges
  47. by typing in the string gadget
  48. first_cell:last_cell ...
  49.  
  50. Pressing the [clear] button
  51. remove all ranges.
  52.  
  53. Press [Start] to import the table.
  54.  
  55. NOTE:
  56. If you want to make changes
  57. in your spreadsheet, remember
  58. to save it before [Start].
  59. #
  60.  
  61. # title
  62. Read a ProCalc document.
  63. #
  64.  
  65. # file
  66. Select one ProCalc file.
  67. #
  68.  
  69. # badfile
  70.  
  71. Your choice is wrong,
  72. select a ProCalc file please.
  73. #
  74.  
  75. # 1
  76. Set ProCalc path
  77. #
  78.  
  79. # 2
  80. Port
  81. #
  82.  
  83. # 3
  84. Launch ProCalc
  85. #
  86.  
  87. # 4
  88. Choose a spreadsheet
  89. #
  90.  
  91. # 5
  92. Ranges
  93. #
  94.  
  95. # 6
  96. clear
  97. #
  98.  
  99. # 7
  100. add
  101. #
  102.  
  103. # 8
  104. exclude
  105. #
  106.  
  107. # 9
  108. Okay
  109. #
  110.  
  111. # 10
  112. Help
  113. #
  114.  
  115. # 11
  116. Start
  117. #
  118.  
  119. ##
  120.  
  121.  
  122.  
  123.  
  124. ## italiano
  125.  
  126. # about
  127. Il primo modulo per
  128. OLE System
  129.  
  130. Rocco Coluccelli
  131. #
  132.  
  133. # help1
  134. Imposta il percorso per ProCalc e
  135. il nome della sua porta ARexx.
  136.  
  137. Scegli se lo vuoi in esecuzione
  138. durante le operazioni successive.
  139. Dipende dalla memoria del tuo Amiga.
  140.  
  141. Scegli un documento di ProCalc.
  142.  
  143. Premi [Okay] per inserire le parti
  144. della tabella che vuoi importare.
  145.  
  146. NOTE:
  147. Sii sicuro che ARexx sia settato su ON
  148. tra le opzioni della finestra di Procalc.
  149. #
  150.  
  151. # help2
  152. Se ProCalc è in esecuzione,
  153. vai nel documento aperto,
  154. marca un blocco e ritorna qui.
  155. Premi [Includi] per aggiungere
  156. il blocco tra quelli da importare.
  157. Premi [Escludi] per rimuoverlo.
  158. Ripeti per tutti i blocchi voluti.
  159. Premendo [svuota] rimuoverai
  160. tutti i blocchi inseriti finora.
  161.  
  162. Puoi ache inserire tutti i blocchi
  163. scrivendoli nel gadget come
  164. (-)prima_cella:ultima_cella ...
  165.  
  166. Premi [Vai] per importare la tabella.
  167.  
  168. NOTE:
  169. Se hai cambiato qualcosa nel documento
  170. di ProCalc, ricordati di salvarlo
  171. prima di importarlo.
  172. #
  173.  
  174. # title
  175. Leggo documenti di ProCalc
  176. #
  177.  
  178. # file
  179. Un documento di ProCalc
  180. #
  181.  
  182. # badfile
  183.  
  184. La tua scelta è errata, per favore
  185. scegli un documento di ProCalc.
  186. #
  187.  
  188. # 1
  189. Percorso di ProCalc
  190. #
  191.  
  192. # 2
  193. Porta
  194. #
  195.  
  196. # 3
  197. Lancio ProCalc
  198. #
  199.  
  200. # 4
  201. Documento da aprire
  202. #
  203.  
  204. # 5
  205. Blocchi
  206. #
  207.  
  208. # 6
  209. svuota
  210. #
  211.  
  212. # 7
  213. includi
  214. #
  215.  
  216. # 8
  217. escludi
  218. #
  219.  
  220. # 9
  221. Okay
  222. #
  223.  
  224. # 10
  225. Aiuto
  226. #
  227.  
  228. # 11
  229. Vai
  230. #
  231.  
  232. ##
  233.