We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › Re: linking with arrays
Page Index Toggle Pages: 1
Re: linking with arrays (Read 478 times)
Re: linking with arrays
Nov 29th, 2009, 10:46pm
 
edit: the actual question was deleted, this was my answer


yes it does, just checked it.

Try this :


String[] links = new String[2];
links[0] = "http://www.processing.org";
links[1] = "http://www.google.de";

link(links[1]);

Re: linking with arrays
Reply #1 - Nov 29th, 2009, 11:39pm
 
figured out my problem
Page Index Toggle Pages: 1