• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Inventor

    Reply
    Mentor
    Posts: 152
    Registered: ‎11-30-2007
    Accepted Solution

    iLogic Line Break

    182 Views, 2 Replies
    10-31-2012 10:02 AM

    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
    Please use plain text.
    Mentor
    MegaJerk
    Posts: 188
    Registered: ‎01-26-2011

    Re: iLogic Line Break

    10-31-2012 01:33 PM in reply to: tuliobarata


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

    --------------------------------------------------------------------------------------

    If my solution seems to remedy your problem, please press the Accept Solution button, -
    as it increases my power levels and will eventually help to elevate me towards outer space.

    Check out my iLogic injection tool here : http://goo.gl/ce1Qg
    --------------------------------------------------------------------------------------
    Please use plain text.
    Mentor
    Posts: 152
    Registered: ‎11-30-2007

    Re: iLogic Line Break

    11-01-2012 03:35 AM in reply to: MegaJerk

    Thanks very much Mega, a simple thing but very usefull here with my ideas :smileyvery-happy:

     

     

    Túlio barata

    IV 2013
    Please use plain text.