Element 0 value:
TimeEntries[0] = "False,S,16:00,21:00";
Element 0 is assigned to:
timeLine = USER.TimeEntries[i];
I want to perform a .Split() on timeLine but it must be a string. What’s the easiest way to go about this?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Assuming
TimeEntriesis an object array you can do this: