Message 1 of 2
Sketched Symbol with prompt text and ILogic

Not applicable
05-16-2012
05:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have created a Sketched Symbol "Replace by" with a prompt text where I must write the new drawing number.
I'm trying to use Ilogic function to copy the Prompted text into a custom drawing iProperty.
Here is the code :
Format:HTML Format Version:1.0 StartHTML: 165 EndHTML: 3471 StartFragment: 314 EndFragment: 3439 StartSelection: 314 EndSelection: 314
SyntaxEditor Code Snippet
SubMain()oInvDoc=ThisApplication.ActiveDocument
ForEachoSymbolInoInvDoc.ActiveSheet.SketchedSymbols
IfoSymbol.Name="Replace by"TheniProperties.Value("Custom", "Replace by")=???????EndIfNext
End Sub
I work with IV 2012
Tanks for the help