Message 1 of 2
Sketch Symbol Prompted Text Using iLogic

Not applicable
08-10-2015
07:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
I'm trying to interact with a sketch symbol & place a numeric equation result in the prompted text box for the current drawing sheet only.
Here's what I've done so far
- I've created a parameter called MassInWater
- I've created a Form with this Parameter in it for a user defined number
- I've created the following code to calculate the desired number result/equation
p = MassInWater oPromptEntry = Round(p*.87,1)
I'm now trying to get oPromptEntry value into my sketch symbol on the current sheet I'm on only, then so forth on next sheet
My sketch symbol name is TOTAL MASS IN WATER
My prompted text is named MASS
I've tried so many different ways to access sketch symbol prompted text all to no avail
Any help would be much appreciated
Kind Regards
Tim