Nob string button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Mick
    No longer a forum member
    • Feb 2012
    • 173

    Nob string button

    Sometimes newbies like me get in a right pickle with making long strings, on the paragraph set text option is a little feature that lets you type out what you want then ams converts it for you without any thought and without the need to split complicated strings in to little bits then join them up, perhaps this little gem of a feature could be a "string make" option in the string menu?
  • RizlaUK
    Indigo Rose Customer
    • May 2006
    • 5552

    #2
    Originally posted by Mick View Post
    perhaps this little gem of a feature could be a "string make" option in the string menu?
    You mean like ??
    Code:
    result_string = String.Concat("One", "Two");
    although i don't see the point, surely a double dot ".." is more convenient that a function call, i admit building complicated strings can sometimes be a pain but if structured correctly then you can ease the pain a little, learning how to structure them in a manor you can understand and work with ... well, that comes with experience!
    Last edited by RizlaUK; 04-29-2012, 06:20 AM. Reason: Edit, Me??
    Embrace change in your life, you never know, it could all work out for the best

    Comment

    Working...
    X