tsousa Posted April 23, 2013 at 03:24 PM Report #504550 Posted April 23, 2013 at 03:24 PM Boa tarde. Eu estou a desenvolver um projecto e estou empancado numa parte em que preciso percorrer strings mas já não me lembro como fazer. Tenho esta string: [false,false,false,false,false,false,true,12000,[],[0.17,0],0,[25.29,20.65]] Mas só quero guardar, numa variável, o que está negrito. Será que alguém me poderia fornecer o código necessário? Cumps Tiago Sousa
ribeiro55 Posted April 23, 2013 at 03:35 PM Report #504551 Posted April 23, 2013 at 03:35 PM Vão existir sempre aquele número de trues e falses antes? Se sim, usa String.Split(",")(7) Sérgio Ribeiro "Great coders aren't born. They're compiled and released""Expert coders do not need a keyboard. They just throw magnets at the RAM chips"
tsousa Posted April 23, 2013 at 03:50 PM Author Report #504554 Posted April 23, 2013 at 03:50 PM (edited) Vão existir sempre aquele número de trues e falses antes? Se sim, usa String.Split(",")(7) Ok, obrigao. Vou exprementar. EDIT: Resultou, obrigado Edited April 23, 2013 at 03:51 PM by tsousa
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now