Try this

//-----------------
stats = "NotYetTransmitted"; // any status
if((List = ibc.GetPendingList( 1, stats )) == "") List = "empty";
"List is: " + List;
//-----------------

BR
Eric

--- In amibroker@yahoogroups.com, "sono_080" <[EMAIL PROTECTED]> wrote:
>
> Hello, how can i control that the PendingList is empty ?
> 
> Search for something like that
> 
> if (ibc.GetPendingList( 0, "Pending" ) == ""empty"" )
> {
> }
> 
> But working :D, dont know how.
> 
> Big THX
>


Reply via email to