Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, has anyone encountered and knows a method?
How to obtain the decimal part of a double variable in this function?
How to reduce trailing zeros after the decimal point?
-----------
columnOffset As Double
----------
If (Not oName Is Nothing) Then Start : oInput = InputBox("Enter a quantity:", "Virtual Part PATTERN", "1") numericCheck = IsNumeric(oInput) If numericCheck = True Then Else GoTo Start End If oCurFileName = oName.Name oFileName = iProperties.Value(oName.Name, "Project", "Description") Patterns.AddRectangular(oFileName, oCurFileName, oInput, 2, Nothing, "X Axis") End If
---------
https://help.autodesk.com/view/INVNTOR/2023/ENU/?guid=7d8a2ed5-bf8e-7908-430a-4a62edadc8ad
Solved! Go to Solution.