Phillip
2003年2月27日 01:04:33
Hi,
Im trying to print the currently selected object through the tk console:
If I type: echo `opselect(“/obj”)` in my textport it gives me what I want, but if I try: hscript echo {`opselect(“/obj”)`} in my tk console I get an error.
Does anyone have an answer for this one?
wolfwood
2003年2月27日 16:47:59
Here is something interesting,
hscript echo {`opselect(“/obj”)`}
gives a “Bracing error”
but if you have a space in between the {}'s and ``'s like,
hscript echo { `opselect(“/obj”)` }
it gives { model }
Do the quoting bracers need to have spaces inbetween them?
jim.
wolfwood
2003年2月27日 17:09:23
Phillip
2003年2月28日 21:02:07
Thanks a lot for all you help guys….I love this board