|
|
#1 |
|
Junior Member
Join Date: Nov 2007
Posts: 9
|
Hi,
I run a query on a mysql server and I get this return value : code: I managed to clean this a bit to get : code: Those two strings are mysql tables that I need to "DROP" but I can't figure how to make some kind of loop to do it. I already know how to run my drop query, I mostly need help to work with the string and loop. I bet it's simple but I just couldn't find anything in the manual, examples or Google. Any help is much appreciated! Thanks
Last edited by BerSerK6996; 29th November 2007 at 00:31. |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,338
|
WordFind should the trick. It allows you to split strings.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Nov 2007
Posts: 9
|
Thanks solved, I managed to avoid the loop by formatting my string like
code: I used nsPerl to make all my string manipulation since I know more Perl than NSIS. Thanks! |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|