You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
villares edited this page May 24, 2020
·
4 revisions
Nome
saveStrings()
Exemplos
String words ="apple bear cat dog";
String list[] = splitStrings(words);
// agora escreva as stings em um arquivo, cada uma em uma linha separadasaveStrings("nouns.txt", list);
Descrição
Escreve um array de strings em um arquivo. Este arquivo é
salvo na pasta de esboços, a qual pode ser aberta ao
selecionar "Show sketch folder" do menu "Sketch".