Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iLogic Line Break

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
tuliobarata
5104 Views, 2 Replies

iLogic Line Break

A simple doubt that I'm trying to find here on help and didnt find anything yet:

 

How can I use one "line break" in the same command on iLogic ?

 

For a simple doubt, a simple sample :

 

MessageBox.Show("Message blabla blablablabla  blablablabla", "Title")

In this case, how could i divide the message in 3 lines in the messagebox ?

 

actually this would work for me in other case too, creating a text with more than one line, instead of creat many text boxes.

 

Thanks

Túlio Barata

IV 2013
2 REPLIES 2
Message 2 of 3
MegaJerk
in reply to: tuliobarata



MessageBox
.Show("Message blabla blablablabla" & vbCrLf & "blablablabla", "Title")



If my solution worked or helped you out, please don't forget to hit the kudos button 🙂
iLogicCode Injector: goo.gl/uTT1IB

GitHub
Message 3 of 3
tuliobarata
in reply to: MegaJerk

Thanks very much Mega, a simple thing but very usefull here with my ideas 😄

 

 

Túlio barata

IV 2013

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

Post to forums  

Autodesk Design & Make Report