![]() |
#4 |
Боец
|
Проверил, вроде всё корректно работает
X++: static void SysClientSessions_Date(Args _args) { SysClientSessions scs; ; while select scs where scs.Login_date > ((13\01\2010) - 1) && scs.Login_date < ((13\01\2010) + 1) { info (strFmt("%1 - %2", scs.userId, scs.Login_date)); } } |
|