Functions.LUpdate 方法 |
命名空间: XSharp.RT
1QOut(TODAY()) // 结果: 09/01/90 2USE sales NEW 3QOut(LUpdate()) // 结果: 08/31/90 4APPEND BLANK 5QOut(LUpdate()) // 结果: 08/31/90 6DBCloseAll() 7USE sales NEW 8QOut(LUpdate()) // 结果: 09/01/90
1USE sales NEW 2USE customer NEW 3QOut(LUpdate(), Sales->LUpdate())