| R | |
| raise_anchor | |
| rand | |
| re_comp | |
| re_delete | |
| re_result | |
| re_search | |
| re_syntax | |
| re_translate | |
| read | |
| read_char | |
| read_ea | |
| read_file | |
| readlink | |
| realpath | |
| Record and Playback | |
| redo | |
| redraw | |
| ref_parm | |
| refresh | |
| register | |
| register_macro | |
| Registered Macros | |
| Regular Expressions | |
| Relational Operators | |
| reload_buffer | |
| remember | |
| remove | |
| rename | |
| replacement | |
| Replacement Macros | |
| Replacment Macros | |
| require | |
| reregister_macro | |
| restore_position | |
| return | |
| return statement | |
| Return Value | |
| returns | |
| returns statement | |
| right | |
| rindex | |
| rmdir | |
| rtrim |
Raise the last dropped mark.
int raise_anchor()
Generate a random number.
int rand( [int upper] )
Compile a regular expression.
list re_comp( [int flags], string pattern, [string &error] )
Delete a compiled expression.
int re_delete( list handle )
Retrieve search captures.
int re_result( [int capture], [string &value], [int &offset], [int &length] )
Search for a string.
int re_search( [int flags], [string pattern], [declare object], [int start], [int lensym] )
Set the regular expression mode.
int re_syntax( [int re], [int case], [int capture] )
Search and replace.
int|string re_translate( [int flags], string pattern, [string replacement], [declare object] )
Read characters from the buffer.
string read( [int number], [int &status] )
Read next key from the keyboard.
void read_char( [int timeout = 0], [int mode = 0] )
Read file extended information.
int read_ea( string filename, ... )
Read into the current buffer.
int read_file( [string filename], [int glob = TRUE], [string encoding = NULL] )
Read the contents of a symbolic link.
string|int readlink( string path, [string &link] )
Resolve a pathname.
int realpath( string pathname, string resolved_path )
Redo an undo operation.
void redo()
Redraw screen.
void redraw( [int winch] )
Create a reference parameter.
void ref_parm( int argument, string local_symbol, [int optional = FALSE] )
Update the display.
void refresh()
Define a variable as being a register.
register idx1, sym1, idx2, sym2 ...;
Register a callback procedure.
int register_macro( int type, string macro, [int local = FALSE] )
Reload the buffer content.
int reload_buffer( [int bufnum], [string encoding] )
Start remembering keystrokes.
int remember( [string|int overwrite], [int macroid] )
Remove a file.
int remove( string filename )
Rename a file.
int rename( string old, string new )
Overload an existing macro definition.
replacement <macro-definition>
Enforce the use of an external module.
int require( string filename )
Register a unique callback procedure.
int reregister_macro( int type, string macro, [int local = FALSE] )
Restore a previously saved position.
int restore_position( [int what = 1] )
Return from a macro.
return [<expression>];
Return an expression from a macro.
returns ( expression );
Move position right one character.
int right( [int columns = 1], [int wrap = TRUE] )
Search string for a rightmost sub-string or character.
int rindex( string str, int ch|string s )
Remove directory.
int rmdir( string path )
Chomp characters from the end of a string.
string rtrim( string str, string chars = \\t \\r \\n )