Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8565833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:31:09+00:00 2026-06-11T17:31:09+00:00

Text = textBox.Text; if (Text.StartsWith(!say)) { string[] CurrentText = Text.Trim().Split(‘ ‘); label1.Text = CurrentText[1];

  • 0
    Text = textBox.Text;

    if (Text.StartsWith("!say"))
    {
        string[] CurrentText = Text.Trim().Split(' ');
        label1.Text = CurrentText[1];
        label2.Text = CurrentText[2] += CurrentText[3];
    }

I’ve done a lot of searching and it’s probably easy, but I couldn’t find anything, but I want anything past CurrentText[2] to be put onto label2.Text, not just the 2nd and 3rd, is there anyway to do this? Also, how can I keep the spaces in between(such as if I put "!say Hello Hello World!" would come out as

  label1 = Hello  

and

  label2 = Hello World!    

with the space.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T17:31:10+00:00Added an answer on June 11, 2026 at 5:31 pm

    Try

    label2.Text = String.Join(" ", CurrentText.Skip(2).ToArray());
    

    Since the array indexes are zero based CurrentText[0] and CurrentText[1] have to be skipped.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lets say I have if (textbox.Text != null && textbox.Text.Length > someNum) { //some
Should I use textbox.text.Trim() function every time when I insert any data from web
Text in textbox and combobox do not render as they should be. Some letter
How to get ItemsControl display items selected Item textbox text value using MVVM pattern?
I have designed a softkeypad and changing textbox text programmatically such as myKeypad.getControl.Text +=
I wanted to create a control with a TextBox and to bind TextBox.Text property
How do you paste text into a TextBox at the current cursor position in
Is there anyway to highlight the initial text in a textbox on a web
I'm trying to get the text from a textbox as a user types, so
When I click the button the text from the textbox should be written to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.