small question, how get pcell value ?

R

rubicam88

Guest
I making skill programming to get parameterized cell (pcell) value

(After selecting pcell)

ptr=car(geGetSelectedSet())
ptr->l
30 <- pcell value


but Trouble occurs when the value of pcell is the same as default.

when pcell value default is 20, and a set value is 20,

ptr->l
nil <- return to nil


I do not think that the method being done by me is correct.
Could you teach the correct method ?
 
see previous post entitled 'bug/feature in dbFindProp?'
sould answer your question

stĂŠphane


rubicam88 wrote:
I making skill programming to get parameterized cell (pcell) value

(After selecting pcell)


ptr=car(geGetSelectedSet())
ptr->l


30 <- pcell value


but Trouble occurs when the value of pcell is the same as default.

when pcell value default is 20, and a set value is 20,


ptr->l


nil <- return to nil


I do not think that the method being done by me is correct.
Could you teach the correct method ?
 
thankyou very much ^^
i find in CADForums.net
A lot of Q&A is being written here. It survived very much.
 

Welcome to EDABoard.com

Sponsor

Back
Top