| Новости | FAQ | Авторы | Документация | В действии | Библиотека |
| Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
shurgalin 15.11.2005 16:00 / 15.11.2005 16:08
Зачем файлы сохранять на диск?^donor.save[donor_tab.cfg;
$.method[text]
$.indent[no]
$.omit-xml-declaration[yes]
]
$donor[]
^acceptor.save[acceptor_tab.cfg;
$.method[text]
$.indent[no]
$.omit-xml-declaration[yes]
]
$acceptor[]И загружать снова? $donor[^table::load[donor_tab.cfg]] $acceptor[^table::load[acceptor_tab.cfg]]Думаю, что так будет лучше:
$donor[^donor.string[donor_tab.cfg;
$.method[text]
$.indent[no]
$.omit-xml-declaration[yes]
]]
$acceptor[^acceptor.string[acceptor_tab.cfg;
$.method[text]
$.indent[no]
$.omit-xml-declaration[yes]
]]И не каких файлов ;)