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 = "...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.