Wild Card Filter

Wild Card Filter

Anonymous
Not applicable
229 Views
1 Reply
Message 1 of 2

Wild Card Filter

Anonymous
Not applicable
When filtering on a blockreference name

ftype(0) = 0: fdata(0) = "INSERT": ftype(1) = 2: fdata(1) = "ProductionBed"
pbed.Select acSelectionSetAll, , , ftype, fdata

can fdata(1) contain wildcards(if yes - how)

ie how would i get "ProductionBed 3" into my ss
0 Likes
230 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Yes: fData(1) = "ProductionBed*"

For more on pattern matching, read the VisualLISP help for the WCMATCH
function.

--
"That's no ordinary rabbit."
http://www.acadx.com


"Joe Parker" wrote in message
news:[email protected]...
> When filtering on a blockreference name
>
> ftype(0) = 0: fdata(0) = "INSERT": ftype(1) = 2: fdata(1) =
"ProductionBed"
> pbed.Select acSelectionSetAll, , , ftype, fdata
>
> can fdata(1) contain wildcards(if yes - how)
>
> ie how would i get "ProductionBed 3" into my ss
>
>
>
0 Likes