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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JacobY
  • Content: Threads
  • Order by date
  1. JacobY

    Searching a text file with VBA

    I am trying to gather the value from a line after another line... Sub GetLayerNames() Dim DPFLine As Variant Dim I As Integer Open "C:\Documents and Settings\JEY\Desktop\DEMO.las" For Input As #1 While Not EOF(1) Line Input #1, DPFLine If DPFLine = &quot...
  2. JacobY

    Searching a text file

    I am trying to gather the line after a certain value in a text file.... Any help would be appreciated. Sub GetLayerNames() Dim DPFLine As Variant Dim I As Integer Open "C:\Documents and Settings\JEY\Desktop\DEMO.las" For Input As #1 While Not EOF(1) Line Input #1, DPFLine...
  3. JacobY

    ACAD layer states

    I was wondering if anyone had any information on this extension dictionary. I am programming a layer comparison tool and am at wit's end on how to access the saved layer names and values in each saved layer state. I am using AutoCAD 2002. I am trying to compare the current layer collection with...

Part and Inventory Search

Back
Top