I am trying to delevople an complex code that will make Dynamics 365 Business Central work with open with the inventor. one of the thing i need to know is there a way to see how many characters there are in the part number using ilogic?
Solved! Go to Solution.
I am trying to delevople an complex code that will make Dynamics 365 Business Central work with open with the inventor. one of the thing i need to know is there a way to see how many characters there are in the part number using ilogic?
Solved! Go to Solution.
Solved by JelteDeJong. Go to Solution.
try this:
Dim partnumber = iProperties.Value("Project", "Part Number") Dim n As Integer = partnumber.length msgbox(n)
Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Blog: hjalte.nl - github.com
try this:
Dim partnumber = iProperties.Value("Project", "Part Number") Dim n As Integer = partnumber.length msgbox(n)
Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Blog: hjalte.nl - github.com
that was what i where looking for thanks
that was what i where looking for thanks
Can't find what you're looking for? Ask the community or share your knowledge.