![]() |
#3 |
Сам.AX
|
Цитата:
X++: public boolean unpack(container packedClass) { boolean _ret; Integer _version = conpeek(packedClass,1); container _packedQuery; switch (_version) { case #CurrentVersion: [_version, #CurrentList,_packedQuery] = packedClass; _ret = true; break; default: _ret = false; } return _ret; }
__________________
Возьми свет! |
|
Теги |
runbase, законченный пример |
|
|