Similarly:
How about a clean way to remove a specified field from a record?
i.e. given a record with unknown number of fields A, B, C...
how do I create a new record that has fields B,C,... only?
I really don't want to break down and write VEE save format
directly since that's fragile, but so far that may be the cleanest
way that I can think of. So I'm of course very open to suggestions.
thanks
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
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".
How about a clean way to remove a specified field from a record?
i.e. given a record with unknown number of fields A, B, C...
how do I create a new record that has fields B,C,... only?
I really don't want to break down and write VEE save format
directly since that's fragile, but so far that may be the cleanest
way that I can think of. So I'm of course very open to suggestions.
thanks
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
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".
> format directly since that's fragile, but so far that
> may be the cleanest way that I can think of.
I think you're right. The only other thing I can think of is to generate a
custom VEE library on the fly, and that opens up it's own can of worms.
-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".