* implemented SCP database functionality (.scp files). (sounds familiar? :P ) * new DefScript command: "loadscp,name filename" * added .def file: append.def. (wrapper to concat strings) ** -> note that the scp db has no real use right now, just some program internal stuff which will come tomorrow. soon i'll have a go at DefScript return values, useable e.g. to get data from the dbs.
9 lines
146 B
Modula-2
9 lines
146 B
Modula-2
#permission=255
|
|
|
|
LOG * Loading SCP data storages...
|
|
|
|
// TODO: load stuff here
|
|
// example:
|
|
// LOADSCP,test data/test.scp
|
|
|
|
LOG * SCP loaded. |