Wrox Programmer Forums
|
Javascript General Javascript discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 13th, 2008, 03:19 PM
Friend of Wrox
 
Join Date: Oct 2006
Posts: 112
Thanks: 12
Thanked 0 Times in 0 Posts
Default Loop question???

Hi to all...

I have this code that will combine 2 pdf to one in dest.pdf...
Which works fine...
dim C
Set C=CreateObject("Combine.Combine")
C.Convert "c:\1.pdf"+Chr(13)+"c:\2.pdf", "c:\dest.pdf", ""
set C = nothing

What i would like to do is with check boxes i would select the pdf i want and it will combine them...

How would i do a loop in the command line that would add the file name if there are 2, 4 or 8...

Or is it a loop that i need...

Please help...

Thanking you in advance...

Rino

 
Old May 13th, 2008, 07:35 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

In this has what to do with Javascript...

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor / Author :.
Wrox Books 24 x 7
================================================== =========





Similar Threads
Thread Thread Starter Forum Replies Last Post
Question on do while loop savoym Java Basics 2 May 3rd, 2007 05:56 AM
Sentinel Loop Question JMOdom C# 3 April 12th, 2007 01:19 PM
Collection-based for loop syntax question. drosenbaum BOOK: Beginning Java 2, JDK 5 Edition 0 March 5th, 2007 07:19 PM
Do While Not Loop Question hcweb Classic ASP Basics 3 January 12th, 2007 01:27 PM
simple loop question Adam H-W Classic ASP Basics 2 July 9th, 2004 01:22 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.