Changes between Version 34 and Version 35 of ErlangShellInterface
- Timestamp:
- Apr 29, 2013, 7:03:52 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ErlangShellInterface
v34 v35 106 106 You can initiate the database synchronization from the start up script, too. 107 107 See [[StartUp| Starting the tool]] for further details. 108 109 {{{#!comment 110 The [[PosModes| positioning mode]] of the database can be converted by calling 111 112 {{{ 113 #!erlang 114 ri:db_convert(ToPos). 115 }}} 116 117 where !ToPos is one of the following:\\ 118 * '''abs''': converting database to absolute positioning mode.\\ 119 * '''rel''': converting database to relative positioning mode.\\ 120 }}} 108 121 109 122 == Inspecting the graph ==