![]() |
#7 |
Участник
|
Dax4, Dax2012
X++: CustTable tmpCust, tmpCust2; ; tmpCust.setTmp(); tmpCust2.setTmp(); info(strFmt("tmpCust: %1", tmpCust.isTmp())); info(strFmt("tmpCust2: %1", tmpCust2.isTmp())); tmpCust2 = tmpCust.data(); info(strFmt("tmpCust: %1", tmpCust.isTmp())); info(strFmt("tmpCust2: %1", tmpCust2.isTmp())); X++: tmpCust: true
tmpCust2: true
tmpCust: true
tmpCust2: false Последний раз редактировалось Manner; 08.04.2016 в 23:31. |
|
|
За это сообщение автора поблагодарили: S.Kuskov (2). |
|
|