Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Find items in TC

Status
Not open for further replies.

MANox

Mechanical
Joined
Apr 2, 2007
Messages
130
Location
PL
Hello Everybosy,

I have litte problem:
I want add names of files to ComboBox.
In Native it's no problem.
But like select item with specific name from TC?
I think about something like this:
Code:
For Each item as TCItem in TC
If Mid (item.name, 1, 4) = "TPE-" then....
But I don't know how descripte "Item as TCItem" and "TC".

Mayby somebody know.

Best regards

MANok
NX12/TC10.1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top