Hi everyone.
I have a problem with a scouting-like software.
I have a table, with names and numbers of players
(ie 1->12)
Then I have codes meaning actions and values.
I need that in a textfield I will insert a complex code like
4b+16 3d+5 2p-3 1a=d4
where it means : 4 = n°of the player
b = serve
+ = not too good, not too bad
1 = from our court zone 1
6 = to other team court zone 6
So, how can I parse or split the code as it will fill the table ACTION which fields are :
n° | Action | Value | From | To |
-------------------------------------
In this way I will have a table to extract all datas to have charts or what I need to analyze the match ...
Thanks in advance !!!
I have a problem with a scouting-like software.
I have a table, with names and numbers of players
(ie 1->12)
Then I have codes meaning actions and values.
I need that in a textfield I will insert a complex code like
4b+16 3d+5 2p-3 1a=d4
where it means : 4 = n°of the player
b = serve
+ = not too good, not too bad
1 = from our court zone 1
6 = to other team court zone 6
So, how can I parse or split the code as it will fill the table ACTION which fields are :
n° | Action | Value | From | To |
-------------------------------------
In this way I will have a table to extract all datas to have charts or what I need to analyze the match ...
Thanks in advance !!!