1
00:00:10,000 --> 00:00:11,000
Hello, friends.

2
00:00:11,000 --> 00:00:18,000
Today I will tell you how to separate a character.

3
00:00:19,000 --> 00:00:24,000
Means I have a string and I want to separate its character.

4
00:00:24,000 --> 00:00:30,000
So for that purpose, I just use a string control over here.

5
00:00:30,000 --> 00:00:34,000
As you see, here is my input string.

6
00:00:39,000 --> 00:00:43,000
And I want to put something inside it.

7
00:00:43,000 --> 00:00:49,000
And like, for example, India.

8
00:00:50,000 --> 00:00:59,000
And I want a separately and separately, separately, i.e., separately, a separately means I want

9
00:00:59,000 --> 00:01:04,000
to create an array of these characters for that purpose.

10
00:01:04,000 --> 00:01:11,000
I just go to numeric over here in the data conversion.

11
00:01:11,000 --> 00:01:16,000
I just use string to byte area just to connect this.

12
00:01:18,000 --> 00:01:28,000
After this, I just use a for loop and just connect it to its edge.

13
00:01:29,000 --> 00:01:34,000
Right now, all the characters like I and A goes over here one by one.

14
00:01:35,000 --> 00:01:39,000
Then I want to just use type set.

15
00:01:40,000 --> 00:01:43,000
Go to numeric data manipulation over here.

16
00:01:43,000 --> 00:01:44,000
Typecast.

17
00:01:45,000 --> 00:01:46,000
Just connect this.

18
00:01:50,000 --> 00:01:54,000
And using this, create an indicator.

19
00:01:55,000 --> 00:02:02,000
You find your separate values over here.

20
00:02:02,000 --> 00:02:04,000
So let's run it.

21
00:02:05,000 --> 00:02:08,000
I and d i a separately.

22
00:02:09,000 --> 00:02:10,000
Okay.

23
00:02:10,000 --> 00:02:14,000
So this is how you can separate any character.

24
00:02:14,000 --> 00:02:17,000
Like I just put my name.

25
00:02:17,000 --> 00:02:18,000
Salim.

26
00:02:19,000 --> 00:02:21,000
Salim.

27
00:02:29,000 --> 00:02:32,000
It will separate every character.

28
00:02:33,000 --> 00:02:40,000
So this is how we can work out with this type of problem we have in posting.

29
00:02:40,000 --> 00:02:45,000
And I want to separate each character of this string.

