Results 321 - 330 of 1633.
SaveAs
updated:2006-08-19 17:39:21
Saves the current text article. save [filepath] filepath/f is the filename and path of the text file to save. Notes: If the article hasn't been previously saved, this will open the Save As file requester. Examples: ARexx: saveas 'PageStream:Text/Work.text'
Print
updated:2006-08-19 17:38:58
Prints the current article to the Preferences printer. print (no parameters) Examples: ARexx: print
Save
updated:2006-08-19 17:28:25
Saves the current text article. save (no parameters) Notes: If the article hasn't been previously saved, this will open the Save As file requester. Examples: ARexx: save
Previous
updated:2006-08-19 17:28:19
Moves the insertion point to the previous word or paragraph. previous <WORD | PARAGRAPH> WORD moves the insertion point to the previous word. PARAGRAPH moves the insertion point to the previous paragraph. See also Position, Next, Cursor. Examples: ARexx: previous paragraph
Position
updated:2006-08-19 17:23:00
Moves the insertion point. position <BOV | EOV | BOL | EOL | BOA | EOA> BOV moves to the top of the screen. EOV moves to the bottom of the screen. BOL moves to the beginning of the line. EOL moves to the end of the line. BOA moves to the top of the article. EOA moves to the end of the article. See also Cursor, Next, Previous. Examples: ARexx: position...
S Commands
updated:2006-08-19 17:17:30
PageLiner S Command Reference
Paste
updated:2006-08-19 17:15:10
Pastes the text in the clipboard at the insertion point. paste (no parameters) Examples: ARexx: paste
P Commands
updated:2006-08-19 17:12:03
PageLiner P Command Reference
Open
updated:2006-08-19 17:08:32
Opens a text window for the selected text article. open [filepath] filepath/f The filename and path of the text file to open. Notes: If the filepath is omitted, the open file requester will open. Examples: ARexx: open 'PageStream:Text/Report.text'
O Commands
updated:2006-08-19 17:01:36
PageLiner O Command Reference
Previous 1 11 21 31 32 33 34 35 36 37 38 39 40 41 42 43 53 63 73 83 93 103 113 123 133 143 153 163 Next
 PageStream Guide
 PageStream Scripting Documentation
 BME User Documentation
 BME Scripting Documentation
 PageLiner User Documentation
 PageLiner Scripting Documentation
 HHV User Documentation
 Developer Documentation
 PageStream Web Site
 PageStream Web Site Documentation
 PageStream Document Gallery
 PageStream Script Gallery