【LastSessionMS】
[code]inputs: XDay( numericsimple ) ;variables: var0( 0 ), var1( 0 ) ;
var0 = SessionCountMS ;
var1 = 0 ;
for Value1 = var0 downto 1
begin
condition1 = SessionStartDayMS( Value1 ) = XDay
or SessionEndDayMS( Value1 ) = XDay ;
if condition1 then
begin
var1 = Value1 ;
Value1 = 1 ;
end ;
end ;
LastSessionMS = var1 ;
[/code]
页:
[1]