for example i got queried sql result from row data:
Quote:
|
2440 0 2 5 3 0 0 0 0 0 0 0 0
|
how do i edit only
2440 and set as variable(i can set value what ever i want to, this supposed to be only numbers) without touching other values
lets say i have successfully edited
2440 to
3444, and whole string should look like:
Quote:
|
3444 0 2 5 3 0 0 0 0 0 0 0 0
|
(with spaces as original)
other contents rest same