How to record a string from a label to an array string

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • capablanca
    New Member
    • May 2010
    • 60

    #1

    How to record a string from a label to an array string

    Hello, I just i would like to know how to record a string from a label to an array string, if anybody can show me an example, thanks.
    ?
    string[] stringArray = labelone.Text
  • psurvi
    New Member
    • Nov 2013
    • 6

    #2
    Do you mean to say that you want to create array of label's value?

    Comment

    Working...