addtext

addtext

Anonymous
Not applicable
200 Views
0 Replies
Message 1 of 1

addtext

Anonymous
Not applicable
Ok, no I'm getting a little more advanced. I'm looking for a way to add the current drawing folder's name into text and onto an object. I currently use the method
/ textbox1.Text = Right(ThisDrawing.path & "-", Len(ThisDrawing.path) - 66) & (Left(ThisDrawing.Name, Len(ThisDrawing.Name) - 5))/
to add the folder name intoa textbox on another form but I'm at a loss on how to use the addtext method in similiar way. Any thoughts?
0 Likes
201 Views
0 Replies
Replies (0)