> String.Split from the new VEE 7 System menu will split a string
> and not ignore consecutive delimiters.
Awesome. So they're calling it split now? Ok... yup. That's nearly identical
to strtok. The major difference is split can take delimiters of more than
one character & there's post allocation & processing to return an array.
Good to know. Thanks for the example
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
> and not ignore consecutive delimiters.
Awesome. So they're calling it split now? Ok... yup. That's nearly identical
to strtok. The major difference is split can take delimiters of more than
one character & there's post allocation & processing to return an array.
Good to know. Thanks for the example
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
The last week I send a question about a problem between the RPC Server
and ExcelApplication ActiveX Object, and somebody responded to me but
the problem did not finish being solved (the rpc server was not invoked
of remote way but of local way).
In any case besides to solve that problem which worries to me it is
that, when the Application object occurs begins to NULL and I do not
know what is the way of which with VEE it says to me if a ActiveX is
null or not.
I have already proven with "isVariantNull(ExcelApp)" but always it
returns 0 to me even when the problem occurs.
Somebody can help me?
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".