Message 1 of 5
create a list of strings?
Not applicable
10-22-2005
11:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
ok, first off, i don't know vba.. i know lisp..
(list "start" "end" "end2")
easy..
but in vba, i'm lost and can't find anything that explains how this is
done (or if it can)..
my goal is to use it in this code.. (that i pulled from this NG)..
For Each NLType In LLType
ThisDrawing.Linetypes.Load NLType, "acad.lin"
Next
so how can i create a list of names and set them to the variable LLType??
TIA. (first of many questions i will end up asking)
(list "start" "end" "end2")
easy..
but in vba, i'm lost and can't find anything that explains how this is
done (or if it can)..
my goal is to use it in this code.. (that i pulled from this NG)..
For Each NLType In LLType
ThisDrawing.Linetypes.Load NLType, "acad.lin"
Next
so how can i create a list of names and set them to the variable LLType??
TIA. (first of many questions i will end up asking)