Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Ilogic : Perform a CODE using iproperty information

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
fabio.chiesa
450 Views, 3 Replies

Ilogic : Perform a CODE using iproperty information

Hi

I want to use Ilogic to construct a code part name.

My question is perform a code of about 12 characters. For example the parameter "Lenght" is 600mm but in the expressione result It must be "000000000600" (a string of 12 characters)

 

Thank you in advance

Fabio

3 REPLIES 3
Message 2 of 4
JohanLarsson
in reply to: fabio.chiesa

I'm kinda bored waiting for a reply to my own thread, hence spamming what might not be replies to peoples questions, anyway:

 

Private Sub TestFormat()
    Dim length As Integer
    length = 600
    Dim code As String
    code = Format(600, "000000000000")
End Sub

 

-------------------------------------------------------------------------
Inventor Professional 2012 SP1 (25 seats with subscription)
Windows 7 64 bit
Lenovo D20, 12 GB RAM, Intel Xeon X5687 3.6 GHz, SSD
Quadro 4000, driver 8.17.12.9573, dual monitors
SpacePilot, driver version 6.15.3 Firmware 3.12
Message 3 of 4
fabio.chiesa
in reply to: JohanLarsson

Thank you very much and sorry if I read your response delay

Tomorrow I'll test it

Regards

Fabio

Message 4 of 4
fabio.chiesa
in reply to: JohanLarsson

Yes it work so fine but if my "lengt" is not a number.

For ex: "A600" and i wont to convert it in "00000000A600"

Regards

Fabio

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report