thx - too bad I didn't write it . . . (the script) found it somewhere on the web and modified (getting the array from a batch file !)
Will work on cleaning it up a little, also not sure about the line(s) if (ry==0) ry=1 thinking that is removing the first pick in the array - [0] (need to investigate further) (might be able to eliminate both lines . . .) Sample array array_name=[]; array_name[0]='images/ddr_0001_bodywork.jpg'; array_name[1]='images/ddr_0002_licht.jpg'; array_name[2]='images/ddr_0004_retina_reflector.jpg'; array_name[3]='images/ddr_0005_virus.jpg'; array_name[4]='images/ddr_0006_deathstar.jpg'; array_name[5]='images/ddr_0008_pulsar.jpg'; array_name[6]='images/ddr_0009_lovehate.jpg'; array_name[7]='images/ddr_0010_afx_efx.jpg'; array_name[8]='images/ddr_0011_construct.jpg'; array_name[9]='images/ddr_0012_wavez.jpg'; array_name[10]='images/ddr_0013_freezeframed.jpg'; array_name[11]='images/ddr_0014_rustpuppet.jpg'; array_name[12]='images/ddr_0015_phaseshifter.jpg'; array_name[13]='images/ddr_0016_signal_to_noise.jpg'; array_name[14]='images/ddr_0018_d-generation.jpg'; array_name[15]='images/ddr_0020_angel_of_deaf.jpg'; array_name[16]='images/ddr_0021_secure_bsd.jpg'; array_name[17]='images/ddr_0022_replication_breakbeats.jpg'; array_name[18]='images/ddr_0024_holdonto.jpg'; array_name[19]='images/ddr_0027_trinkwasser.jpg'; array_name[20]='images/ddr_0028_neotek_idoru.jpg'; array_name[21]='images/ddr_0030_pandora_complex.jpg'; array_name[22]='images/ddr_0046_retroactive.jpg'; array_name[23]='images/ddr_0049_downward.jpg'; array_name[24]='images/ddr_0050_biotech.jpg'; array_name[25]='images/ddr_0053_eastside.jpg'; array_name[26]='images/ddr_0055_remodulat.jpg'; array_name[27]='images/ddr_0058_sidewinder.jpg'; array_name[28]='images/ddr_0062_mis_fit.jpg'; array_name[29]='images/ddr_0063_discord.jpg'; array_name[30]='images/ddr_0064_phreak_ov_nature.jpg'; On Nov 25, 3:45 am, Tobias Beer <[email protected]> wrote: > One more thing... this is a neat little script ;-) Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

