Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 2wayparadise

    TOC with compound PDF

    Can I create TOC with my compound PDF ? Codes: SET COMPOUND = OPEN EX PDF1 EX PDF2 EX PDF3 SET COMPOUND = CLOSE EX PDF4 Where to create the TOC?
  2. 2wayparadise

    Compound PDF

    I have a 8 pages compound PDF was gererated by passing a SSN as the required parameter. I like to run a batch of SSNs which is created by State code. Example is in state of 'CA', I have 21 SSNs pull and was created in a comma delimited file format like "SSN1,SSN2,SSN3,..." How do I read the...
  3. 2wayparadise

    How to assign decimal value to amper variable

    How can I assign floating point value to amper variable, it only handle integer value -SET &FV = 3.10; -SET &FV = &FV + 0.25; -TYPE &FV and the result is 3 instead of 3.35 Any idea ?

Part and Inventory Search

Back
Top