Author | Message | ||
---|---|---|---|
b_w_johan Regular Posts: 56 | hi, i need some small help in my aplication i copyd part of dza, but i want to make some kind of loop in it
lines quoted should be my loop, dza's version worked line for line .... thx for help b_w_johan --edit, forgot to add the code things around it -- edit, i hope the original post is overwritten else, mekka don't mess with my mysql db forgot to make another nick and stuff lol 8) | ||
dzadzuks Ametuar Posts: 135 | if you want a loop via all the file ur opening, geting line by line:
hope this helped, if this was what you were looking for | ||
b_w_johan Regular Posts: 56 | ty exactly what i needed for saving and loading it was handy to use that line by line reading and function, but when you have 5337 mp titles - singers and you just want to add them to MySQL db its little weird to copy the line 5337 times now having next problem/ question i wanna order them, and not by using sql query but in some VB way ... would be something like following lines, but used little different nah well i just need to know howto order alphabetically
music(i) example zangeres zonder naam - some title abba - waterloo abba - gimme gimme would become abba - gimme gimme abba - waterloo zangeres zonder naam - some title -- so i meen not just looking start letter, but complete string and i'd like to have it in like 1 or 2 lines and not a complete module or something as i found somewhere way to complicated .. must be simpler way to find that... | ||
dzadzuks Ametuar Posts: 135 | im not sure, but didnt the List component had some sorting option? |