db objects

M

mickey_p

Guest
Hi all,

Maybe this is a simple matter, but does anyone know how to access the
database files (ex. db:50205050) by command line. I was just
wondering if there was a way to directly open them using SKILL.

Thanks
 
Mickey:

Yes & No ...

It is simple to assign a db object to a pointer.

But you cannot use the db:# format to access it.

(i.e. you use some command that returns a db pointer and use it.)

say something like:

x = getCurrentSelectedSet()

-- Gerry

p.s. don''t currently have a nograph skill session in front of me so not
positive the synatax is exactly right!


"mickey_p" <michael.pate@gmail.com> wrote in message
news:1100727966.064827.194190@c13g2000cwb.googlegroups.com...
Hi all,

Maybe this is a simple matter, but does anyone know how to access the
database files (ex. db:50205050) by command line. I was just
wondering if there was a way to directly open them using SKILL.

Thanks
 
On Thu, 18 Nov 2004 12:07:50 -0500, "G Vandevalk" <vdvalk@rogers.com> wrote:

x = getCurrentSelectedSet()
Should be:

x=geGetSelSet()

Andrew.
 
Andrew Beckett <andrewb@DcEaLdEeTnEcTe.HcIoSm> writes:

On Thu, 18 Nov 2004 12:07:50 -0500, "G Vandevalk" <vdvalk@rogers.com> wrote:


x = getCurrentSelectedSet()

Should be:

x=geGetSelSet()

Andrew.
How would you go about re-selecting using "x," something like gePutSelSet(x)?

--
Edward Dodge

__o |
_`\(,_ | Vini Vidi Velo
(_)/ (_) |
 
geSelectFig(x)

On 24 Nov 2004 13:27:11 -0500, edwardx.k.dodge@intel.com (Dodge, Edwardx K)
wrote:

Andrew Beckett <andrewb@DcEaLdEeTnEcTe.HcIoSm> writes:

On Thu, 18 Nov 2004 12:07:50 -0500, "G Vandevalk" <vdvalk@rogers.com> wrote:


x = getCurrentSelectedSet()

Should be:

x=geGetSelSet()

Andrew.


How would you go about re-selecting using "x," something like gePutSelSet(x)?
 

Welcome to EDABoard.com

Sponsor

Back
Top