<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: the conversion of string to type integer is not valid in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858902#M56231</link>
    <description>&lt;P&gt;I saw a couple of other issues within that code too.&lt;/P&gt;&lt;P&gt;There were a couple of places where you were initializing a specific sized array.&amp;nbsp; And in those definitions you specified a start Integer for the array, but not the second (end) Integer for the array's size, before specifying its object type.&lt;/P&gt;&lt;P&gt;Here are the two snippets I have corrected within your first posted code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;'&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;   !!!   I ADDED THE 8 AND THE CLOSING ")" SYMBOL   !!!   &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
	Dim aoEdges(0 To 8 ) As Edge
	Dim i As Integer
	For i = 0 To 8
		oObjs = oPartDoc.AttributeManager.FindObjects("Name", "Name", "Edge" &amp;amp; i)
		aoEdges(i) = oObjs.Item(1)
	Next&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then there was this instance:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;	'&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;   !!!   I ADDED THE 4 AND THE CLOSING ")" SYMBOL   !!!   &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
	Dim aoDrawCurves(0 To 4) As DrawingCurve
	For i = 0 To 4
		oDrawViewCurves = oFrontView.DrawingCurves(aoEdges(i))
		aoDrawCurves(i) = oDrawViewCurves.Item(1)
	Next&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solved your problem, or answered your question, please click &lt;SPAN style="background-color: green; color: white;"&gt;&lt;STRONG&gt;ACCEPT SOLUTION&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;BR /&gt;Or, if this helped you, please click 'LIKE' &lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/SPAN&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Nov 2020 14:49:58 GMT</pubDate>
    <dc:creator>WCrihfield</dc:creator>
    <dc:date>2020-11-10T14:49:58Z</dc:date>
    <item>
      <title>the conversion of string to type integer is not valid</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858251#M56227</link>
      <description>&lt;P&gt;Dear everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; am trying to run a code to make a drawing of a model.&lt;/P&gt;&lt;P&gt;when I add a string which contains the template I want to use it gives me this error that it can not convert the string to a type integer.&lt;BR /&gt;since I&amp;nbsp; am a beginner in ilogic an the api, I do not understand what this error means and how to resolve it.&lt;BR /&gt;&lt;BR /&gt;this is the information the error comes with:&amp;nbsp;&lt;/P&gt;&lt;P&gt;System.InvalidCastException: De conversie van tekenreeks P:\2_ENGINEERING\PROJ-2020\P20-0 naar type Integer is ongeldig. ---&amp;gt; System.FormatException: Input string was not in a correct format.&lt;BR /&gt;at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)&lt;BR /&gt;at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)&lt;BR /&gt;--- End of inner exception stack trace ---&lt;BR /&gt;at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)&lt;BR /&gt;at ThisRule.CreateDrawing(Application&amp;amp; m_inventorApp)&lt;BR /&gt;at ThisRule.Main()&lt;BR /&gt;at Autodesk.iLogic.Exec.AppDomExec.ExecRuleInAssembly(Assembly assem)&lt;BR /&gt;at iLogic.RuleEvalContainer.ExecRuleEval(String execRule)&lt;BR /&gt;&lt;BR /&gt;this is the code I am trying to run:&lt;/P&gt;&lt;LI-CODE lang="general"&gt; 	Sub Main
	CreateDrawing(ThisApplication)
End Sub


Public Sub CreateDrawing(ByRef m_inventorApp As Inventor.Application)



	' Create a new drawing document using the default template.

	Dim oDrawDoc As DrawingDocument 

	oDrawDoc = m_inventorApp.Documents.Add("P:\2_ENGINEERING\PROJ-2020\P20-050-SFTOM\02_Support frame Lennart\2-ENG\2-DWG\1-INV\3-LEARNING\API leren\Template\PPV Standaart Template 2019.idw", DocumentTypeEnum.kDrawingDocumentObject, m_inventorApp.FileManager.GetTemplateFile(DocumentTypeEnum.kDrawingDocumentObject))



	Dim oSheet As Sheet

	oSheet = oDrawDoc.ActiveSheet



	' Open the part to be inserted into the drawing.

	Dim oPartDoc As PartDocument
	
	oPartDoc = m_inventorApp.Documents.Open("P:\2_ENGINEERING\PROJ-2020\P20-050-SFTOM\02_Support frame Lennart\2-ENG\2-DWG\1-INV\3-LEARNING\API leren\intro naar api\IntroCube.ipt", False) 
	
	Dim oTG As TransientGeometry

	oTG = m_inventorApp.TransientGeometry

 

	MsgBox("Create base and orthographic views.")



	' Place the base front view.

	Dim oFrontView As DrawingView

	oFrontView = oSheet.DrawingViews.AddBaseView( _
	oPartDoc, _
	oTG.CreatePoint2d(30, 15), _
	3, _
	ViewOrientationTypeEnum.kFrontViewOrientation, _
	DrawingViewStyleEnum.kHiddenLineDrawingViewStyle)



	' Create the top, right and iso views.

	Dim oTopView As DrawingView
	oTopView = oSheet.DrawingViews.AddProjectedView( _
	oFrontView, _
	oTG.CreatePoint2d(30, 40), _
	DrawingViewStyleEnum.kFromBaseDrawingViewStyle)



	Dim oIsoView As DrawingView

	oIsoView = oSheet.DrawingViews.AddProjectedView( _
	oFrontView, _
	oTG.CreatePoint2d(75, 40), _
	DrawingViewStyleEnum.kHiddenLineRemovedDrawingViewStyle)



	MsgBox("Create detail view.")



	' Create the detail view.
	'De eerste  x-y coördinaat plaatst het aanzicht van de detail view.
	'De twee coördinaten daarna plaatsen het venster over de baseview waar een detail van getekend wordt. 

	Dim oDetailView As DetailDrawingView

	oDetailView = oSheet.DrawingViews.AddDetailView( _
	oFrontView, _
	oTG.CreatePoint2d(20, 20), _
	DrawingViewStyleEnum.kFromBaseDrawingViewStyle, _
	False, _
	oTG.CreatePoint2d(33, 17.5), _
	oTG.CreatePoint2d(38, 22.5), , 4, , "A")
	
MsgBox("Create dimensions to the curves in the view.")

' Get the various edges of the model.

	Dim aoEdges(0 To &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; As Edge

	Dim i As Integer

	For i = 0 To 8

		oObjs = oPartDoc.AttributeManager.FindObjects( _
		"Name", "Name", "Edge" &amp;amp; i)

		aoEdges(i) = oObjs.Item(1)

	Next



	' Get the equivalent drawing curves in the base view.
	
	Dim aoDrawCurves(0 To &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; As DrawingCurve

	For i = 0 To 4

		oDrawViewCurves = oFrontView.DrawingCurves(aoEdges(i))

		aoDrawCurves(i) = oDrawViewCurves.Item(1)

	Next

	' Create some dimensions in the base view

	Dim oGeneralDims As GeneralDimensions

	oGeneralDims = oSheet.DrawingDimensions.GeneralDimensions



	Dim oDim As GeneralDimension



	oDim = oGeneralDims.AddLinear( _
	oTG.CreatePoint2d(32, 15), _
	oSheet.CreateGeometryIntent(aoDrawCurves(1)), _
	oSheet.CreateGeometryIntent(aoDrawCurves(3)), _
	DimensionTypeEnum.kVerticalDimensionType)


	oDim = oGeneralDims.AddRadius( _
	oTG.CreatePoint2d(38, 30), _
	oSheet.CreateGeometryIntent(aoDrawCurves(4)))



	oDim = oGeneralDims.AddDiameter( _
	oTG.CreatePoint2d(27, 18), _
	oSheet.CreateGeometryIntent(aoDrawCurves(2)), _
	True, False)
	
	

'get the equivalent edges for the top view
	For i = 5 To 8

		oDrawViewCurves = oTopView.DrawingCurves(aoEdges(i))

		aoDrawCurves(i) = oDrawViewCurves.Item(1)

	Next
	
' Create the dimensions



	oGeneralDims = oSheet.DrawingDimensions.GeneralDimensions




	oDim = oGeneralDims.AddLinear( _
	oTG.CreatePoint2d(38, 38), _
	oSheet.CreateGeometryIntent(aoDrawCurves(5)), _
	oSheet.CreateGeometryIntent(aoDrawCurves(6)), _
	DimensionTypeEnum.kVerticalDimensionType)
	
	oDim = oGeneralDims.AddLinear( _
	oTG.CreatePoint2d(32, 45), _
	oSheet.CreateGeometryIntent(aoDrawCurves(7)), _
	oSheet.CreateGeometryIntent(aoDrawCurves(8)), _
	DimensionTypeEnum.kHorizontalDimensionType)



	MsgBox("Create a text box with a leader.")




	' Place a text box with a leader.

	Dim oObjColl As ObjectCollection

	oObjColl = m_inventorApp.TransientObjects.CreateObjectCollection

	Call oObjColl.Add(oTG.CreatePoint2d(17.5, 11))

	Dim oEval As Curve2dEvaluator

	oEval = aoDrawCurves(0).Evaluator2D

	Dim adParams(0) As Double

	adParams(0) = 0.6

	Dim adPoints(0 To 1) As Double

	Call oEval.GetPointAtParam(adParams, adPoints)



	Call oObjColl.Add(oTG.CreatePoint2d(adPoints(0), adPoints(1)))

	Dim oLeaderNote As LeaderNote

	oLeaderNote = oSheet.DrawingNotes.LeaderNotes.Add( _
	oObjColl, "Text with a leader")

	oLeaderNote.DimensionStyle = oLeaderNote.DimensionStyle

	

End Sub&lt;/LI-CODE&gt;&lt;P&gt;Can someone please explain to me what is happening and how i can resolve it?&lt;BR /&gt;Thank you in Advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lennart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 10:30:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858251#M56227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-10T10:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: the conversion of string to type integer is not valid</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858826#M56228</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The arguments for Documents.Add are:&lt;/P&gt;
&lt;P&gt;Documents.Add(DocumentType As DocumentTypeEnum, Optional TemplateFileName As String, Optional CreateVisible As Boolean)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have these mixed up in your code, with a string value as the first argument that should be DocumentTypeEnum (=Integer). Try changing the line for creating the document to this:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN style="color: #800000;"&gt;oDrawDoc&lt;/SPAN&gt; = &lt;SPAN style="color: #800000;"&gt;m_inventorApp&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;Documents&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;Add&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;DocumentTypeEnum&lt;/SPAN&gt;.&lt;SPAN style="color: #800000;"&gt;kDrawingDocumentObject&lt;/SPAN&gt;, _
&lt;SPAN style="color: #008080;"&gt;"P:\2_ENGINEERING\PROJ-2020\P20-050-SFTOM\02_Support frame Lennart\2-ENG\2-DWG\1-INV\3-LEARNING\API leren\Template\PPV Standaart Template 2019.idw"&lt;/SPAN&gt;, _
&lt;SPAN style="color: #ff0000;"&gt;True&lt;/SPAN&gt;)
&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Nov 2020 14:21:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858826#M56228</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-11-10T14:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: the conversion of string to type integer is not valid</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858862#M56229</link>
      <description>&lt;P&gt;Thank you once again&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5330176"&gt;@JhoelForshav&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I keep running into these basic issues.&amp;nbsp;&lt;BR /&gt;Do you have a recommendation were I can learn this type of stuff?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lennart&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 14:33:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858862#M56229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-10T14:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: the conversion of string to type integer is not valid</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858887#M56230</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The API reference manual is a good place to find information:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2020/ENU/?guid=GUID-66A32241-D9C0-4E9D-B6D1-F4A9DA1F69F9" target="_blank"&gt;https://help.autodesk.com/view/INVNTOR/2020/ENU/?guid=GUID-66A32241-D9C0-4E9D-B6D1-F4A9DA1F69F9&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also, if you write the functions in iLogic the intellisense should kick in:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="intellisense.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/842560i702E80C351171B73/image-size/large?v=v2&amp;amp;px=999" role="button" title="intellisense.PNG" alt="intellisense.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 14:38:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858887#M56230</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-11-10T14:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: the conversion of string to type integer is not valid</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858902#M56231</link>
      <description>&lt;P&gt;I saw a couple of other issues within that code too.&lt;/P&gt;&lt;P&gt;There were a couple of places where you were initializing a specific sized array.&amp;nbsp; And in those definitions you specified a start Integer for the array, but not the second (end) Integer for the array's size, before specifying its object type.&lt;/P&gt;&lt;P&gt;Here are the two snippets I have corrected within your first posted code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;'&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;   !!!   I ADDED THE 8 AND THE CLOSING ")" SYMBOL   !!!   &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
	Dim aoEdges(0 To 8 ) As Edge
	Dim i As Integer
	For i = 0 To 8
		oObjs = oPartDoc.AttributeManager.FindObjects("Name", "Name", "Edge" &amp;amp; i)
		aoEdges(i) = oObjs.Item(1)
	Next&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then there was this instance:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;	'&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;   !!!   I ADDED THE 4 AND THE CLOSING ")" SYMBOL   !!!   &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
	Dim aoDrawCurves(0 To 4) As DrawingCurve
	For i = 0 To 4
		oDrawViewCurves = oFrontView.DrawingCurves(aoEdges(i))
		aoDrawCurves(i) = oDrawViewCurves.Item(1)
	Next&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solved your problem, or answered your question, please click &lt;SPAN style="background-color: green; color: white;"&gt;&lt;STRONG&gt;ACCEPT SOLUTION&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;BR /&gt;Or, if this helped you, please click 'LIKE' &lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/SPAN&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 14:49:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858902#M56231</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2020-11-10T14:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: the conversion of string to type integer is not valid</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858917#M56232</link>
      <description>&lt;P&gt;Something weird is happening.&amp;nbsp; I tried correcting my last post twice, and both times, it was correct when I posted, but after it posted, it changed the character "8" into either Nothing or the Imoji (smiling face with sunglasses) character.&amp;nbsp; Very annoying.&amp;nbsp; I had to put a space between the "8" and the ")" characters to keep it from being transformed into the Imoji.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 14:50:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858917#M56232</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2020-11-10T14:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: the conversion of string to type integer is not valid</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858943#M56233</link>
      <description>&lt;P&gt;thank you&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7812054"&gt;@WCrihfield&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;it seems that some things went missing after i copied my code. Its in there&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 14:58:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/the-conversion-of-string-to-type-integer-is-not-valid/m-p/9858943#M56233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-10T14:58:02Z</dc:date>
    </item>
  </channel>
</rss>

