"Jeffrey Malter" <jmalter@nospam.earthlink.net> wrote in message
A good way to find keyins (other than the helpfile :) is to open the
keyin
browser & drag its lower-right corner down to expose the browser fields.
Tag
the tables button & select the MDL you are wondering about (in your
case,
PSELECT) and its 'root' keyin commands are shown in the lower-left pane.
Tag
one of these, and selections for the next word (only those applicable to
the
selected first word) appear.
Actually I do know about this, that's how I was trying to figure out
how to do the Powerselector. I could get it to do everything else but
select the level.
Another source is the cmdlist.h file, which you want to make a
copy of this, rename it cmdlist.txt, and peruse it in a texteditor.
Under no
circumstances make any alterations to the existing cmdlist.h file!
I will have to look into this, maybe there are things in there that
will help me in other areas.
there is not now nor never will be a 'comprehensive-up-to-the-minute'
listing, but when all else fails, Ask Inga!
www.askinga.com and select
Keyins from the Categories list.
Again, another place I can look. I don't remember seeing this site
when I was looking on Google for Microstation help.
That said, IMO you should be using selectbyattributes rather than
powerselector for your 'preprint' macro, remembering that selectby might
already be loaded, and might already have choices made in it, it might
be
best to begin with:
This worked perfect, just what I was looking for, thanks a lot. I
didn't know about the selectbyattributes at all. We do very little
around here that goes any deeper then line and text work. AFAIK I'm
the only one that's looked into this type of thing at all.
Changing the date by macro would be a little more difficult, it would
help
ENORMOUSLY if the date textelem has discrete attributes (a combination
of
Lv, Co, Lw & Ls) that are NEVER shared with any other textelems. Then
the
selectby can be set to search for the text-element type and those
specific
attributes, then match the elem attributes, match the text attributes,
store
the elem origin, build a string variable from the system clock, and
place
the string as a textelem at the stored MbePoint.
Alternatives:
1) Keep the actual print-date on the title-block ref file(s) where only
these must be manually altered before plotting, or
I guess I said it wrong, it's not really a date per say, it's a date
the files will be printed on in the future. I make aeronautical
charts so the date is the dat the chart is to be used. I actually
wanted to do a global change all of the word FIG to 00000. Right now
I just use the find/replace text under edit, I just thought there
might be a better way, I just didn't say it correctly at first.
3) You could use the same pen table to 'turn off' Level 40.
The pentable filename should be specified in your plt file or plot.ini
file
or as a (standards.cfg or <project>.pcf) config var - it's easier to set
it
up to load automatically than it is to remember to load it manually.
Well we have enough problems with people around here just remembering
to print properly, let alone having them try to remember something
else, hence the reason to just get rid of one level.
Thanks again for the help Jeffery.
Bryan