Changes between Version 34 and Version 35 of ErlangShellInterface


Ignore:
Timestamp:
Apr 29, 2013, 7:03:52 PM (12 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ErlangShellInterface

    v34 v35  
    106106You can initiate the database synchronization from the start up script, too.  
    107107See [[StartUp| Starting the tool]] for further details. 
     108 
     109{{{#!comment 
     110The [[PosModes| positioning mode]] of the database can be converted by calling 
     111 
     112{{{ 
     113#!erlang 
     114ri:db_convert(ToPos). 
     115}}} 
     116 
     117where !ToPos is one of the following:\\ 
     118* '''abs''': converting database to absolute positioning mode.\\ 
     119* '''rel''': converting database to relative positioning mode.\\ 
     120}}} 
    108121 
    109122== Inspecting the graph ==