Deluxe Slide Show [Attn. Al]
- Posted by don cole <doncole at pacbell.net> Nov 15, 2006
- 513 views
Hello Al, I changed line 45 of the slide show to:
global function get_ext(sequence file) integer last last=0 for x=1 to length(file) do if equal(".",file[x..x]) then last=x end if end for return file[last+1..length(file)] end function
Because some of the files like: hello.000567.jpg where being ignored. Thought you might like to know. Don Cole