Announcement
Collapse
No announcement yet.
Grid Coordinates
Collapse
X
-
Problem Solved
I used Lua Manual and found Splitting options and this was the one that worked very well.
Row, Col = string.match(Coordinates, "(.*)-(.*)")
Leave a comment:
-
Originally posted by herrin View Postare you still looking for?
nothing found?
demo:
[ATTACH]n307211[/ATTACH]
Or should i continue finding a solution
Leave a comment:
-
Sure I'm still looking for it, is seems you nailed it
Any chance for the project or the code ?
Leave a comment:
-
-
Forgive my bad English, i didn't understand that you want me to do this , i already did it, and i know that this way needs to have an equal number of digits before and after the comma to work.
I was trying to find a way without adding 0 . Anyway this was so good so far, and i will do the best to find a good way to do it and share it here.
Thank you herrin
Leave a comment:
-
Originally posted by herrin View PostI don't see any problem
obviousness aside .....
try to reason you will solve YOUR problem by yourself
Returning back to the problem , if you can see i put (1,18) so it should be inserted in row 1 and column 18, but as you see in the attachments, it was inserted in column 8.
Leave a comment:
-
I don't see any problem
obviousness aside .....
try to reason you will solve YOUR problem by yourself
Leave a comment:
-
-
Originally posted by sameer valva View PostAnother Issue is that your project works for 9x9 grid but if need to go with bigger grid it wont work i guess.
Is there any way to take all numbers before the comma as the row and take all the numbers after the comma as the column ?
Thanks is advance
before stating this, have you tried?
Leave a comment:
-
Another Issue is that your project works for 9x9 grid but if need to go with bigger grid it wont work i guess.
Is there any way to take all numbers before the comma as the row and take all the numbers after the comma as the column ?
Thanks is advance
Leave a comment:
-
Thank you herrin, i appreciate your great help, i already did something close to your solution Text to Grid_reworked.apz, i will try the second option after i install the needed plugin you used.
Leave a comment:
Leave a comment: