103 | | * Modificar variables con {{{ :=, PutValue, Append, ... }}}. |
104 | | * Llamar al sistema operativo para crear, borrar ni modificar nada. |
| 103 | * Cambiar parámetros globales de TOL [[BR]] |
| 104 | {{{ |
| 105 | PutEditor, PutLanguage, PutDefaultDates, PutDumpFile, |
| 106 | PutTableRealFormat, PutTableDateFormat, PutRealFormat, PutDateFormat |
| 107 | }}} |
| 108 | * Modificar variables con [[BR]] |
| 109 | {{{ |
| 110 | PutValue, :=, PutName, |
| 111 | PutSerDat, PutMatDat, PutVMatDat, PutVMatBlock, PutCoef |
| 112 | SetIndexByName, Append |
| 113 | }}} |
| 114 | * Llamar al sistema operativo [[BR]] |
| 115 | {{{ |
| 116 | FileDelete, FileRename, FileCat, MkDir, |
| 117 | System, ShellExecute, WinSystem, ChildProcess, |
| 118 | WinRmtSystem, WinRmtKill, WinRmtProcessAlive |
| 119 | }}} |
| 120 | * Llamar a funciones del interfaz [[BR]] |
| 121 | {{{ |
| 122 | Tcl_Eval, Tcl_EvalEx |
| 123 | }}} |
| 124 | * Abrir ficheros [[BR]] |
| 125 | {{{ |
| 126 | ShowFile,WriteFile,AppendFile |
| 127 | MatWriteFile,MatAppendFile,VMatPrint |
| 128 | BDTFile,BSTFile,BMTFile,StatFile,BSIFile |
| 129 | FOpen,FGetText,FPutText,FEof,FFlush,FClose |
| 130 | }}} |
| 132 | {{{ |
| 133 | DBOpen,DBActivate,DBGetOpened,DBClose,DBExecQuery, |
| 134 | DBSeries,DBSeriesColumn,DBSeriesTable, |
| 135 | DBMatrix,DBTable,DBCreateSeriesTable,DBTableColumn, |
| 136 | BDBExtract,BDBSaveAs,BDBSeries, |
| 137 | BDBClassify,BDBSortAndSave,BDBSort, |
| 138 | BDBCell,BDBRead,BDBTable,BDBReg,BDBLine, |
| 139 | BDBFieldPos,BDBClose,BDBOpen |
| 140 | }}} |
| 141 | * Uso de {{{MakeGlobal}}} (De hecho no debería usarse nunca) |
| 142 | * Como excepción a lo anterior sí está permitido el uso de {{{ PutStructure }}} ya |
| 143 | que se usa a menudo como mecanismo de documentación interna del código fuente. |