高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】erase xdata
erase xdata
erase xdata
hi,
i have an entity with xdata (from 3 applications ex1, ex2, ex3).
if i use pent->setxdata(null) , i delete all xdatas.
how delete only the ex2 xdata ?
thanks
laurent
thanks,
laurent
pass to setxdata() resbuf with single pair: 1001 - <application name>
it will clear the data for this application.
btw, as i understand setxdata(null) does nothing...
sergey slezkin
ok, i try it.
thanks,
laurent
|