home *** CD-ROM | disk | FTP | other *** search
- ;
- ; ReadTable.pcalc.ct
- ;
- ; $(C): (1994, Rocco Coluccelli, Bologna)
- ; $VER: ReadTable.pcalc.ct 1.00 (25.Oct.1994)
- ;
-
-
- ## english
-
- # about
- The first module for my
- OLE System
-
- Rocco Coluccelli
- #
-
- # help1
- Choose the ProCalc program path,
- input its Arexx port name.
-
- Choose if need ProCalc running
- during the operations.
- Usefull for systems low on memory.
-
- Choose one spreadsheet file.
-
- Press [Okay] to input some ranges of cells
- and to start the reading process.
-
- NOTE:
- Be sure of turning ARexx ON
- in the ProCalc preferences window.
- #
-
- # help2
- If ProCalc is running,
- go into its window
- mark a range and return back
- press the [Add] button
- to store the selected range,
- or press the [exclude] button
- to remove ranges from the table.
- Repeat for each desired range.
-
- You can also input all ranges
- by typing in the string gadget
- first_cell:last_cell ...
-
- Pressing the [clear] button
- remove all ranges.
-
- Press [Start] to import the table.
-
- NOTE:
- If you want to make changes
- in your spreadsheet, remember
- to save it before [Start].
- #
-
- # title
- Read a ProCalc document.
- #
-
- # file
- Select one ProCalc file.
- #
-
- # badfile
-
- Your choice is wrong,
- select a ProCalc file please.
- #
-
- # 1
- Set ProCalc path
- #
-
- # 2
- Port
- #
-
- # 3
- Launch ProCalc
- #
-
- # 4
- Choose a spreadsheet
- #
-
- # 5
- Ranges
- #
-
- # 6
- clear
- #
-
- # 7
- add
- #
-
- # 8
- exclude
- #
-
- # 9
- Okay
- #
-
- # 10
- Help
- #
-
- # 11
- Start
- #
-
- ##
-
-
-
-
- ## italiano
-
- # about
- Il primo modulo per
- OLE System
-
- Rocco Coluccelli
- #
-
- # help1
- Imposta il percorso per ProCalc e
- il nome della sua porta ARexx.
-
- Scegli se lo vuoi in esecuzione
- durante le operazioni successive.
- Dipende dalla memoria del tuo Amiga.
-
- Scegli un documento di ProCalc.
-
- Premi [Okay] per inserire le parti
- della tabella che vuoi importare.
-
- NOTE:
- Sii sicuro che ARexx sia settato su ON
- tra le opzioni della finestra di Procalc.
- #
-
- # help2
- Se ProCalc è in esecuzione,
- vai nel documento aperto,
- marca un blocco e ritorna qui.
- Premi [Includi] per aggiungere
- il blocco tra quelli da importare.
- Premi [Escludi] per rimuoverlo.
- Ripeti per tutti i blocchi voluti.
- Premendo [svuota] rimuoverai
- tutti i blocchi inseriti finora.
-
- Puoi ache inserire tutti i blocchi
- scrivendoli nel gadget come
- (-)prima_cella:ultima_cella ...
-
- Premi [Vai] per importare la tabella.
-
- NOTE:
- Se hai cambiato qualcosa nel documento
- di ProCalc, ricordati di salvarlo
- prima di importarlo.
- #
-
- # title
- Leggo documenti di ProCalc
- #
-
- # file
- Un documento di ProCalc
- #
-
- # badfile
-
- La tua scelta è errata, per favore
- scegli un documento di ProCalc.
- #
-
- # 1
- Percorso di ProCalc
- #
-
- # 2
- Porta
- #
-
- # 3
- Lancio ProCalc
- #
-
- # 4
- Documento da aprire
- #
-
- # 5
- Blocchi
- #
-
- # 6
- svuota
- #
-
- # 7
- includi
- #
-
- # 8
- escludi
- #
-
- # 9
- Okay
- #
-
- # 10
- Aiuto
- #
-
- # 11
- Vai
- #
-
- ##
-