How to hyperlink a variable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chintan85
    New Member
    • Jun 2010
    • 33

    How to hyperlink a variable

    My code is here and I want to set hyperlink to variable line

    Thanks in advance

    Code:
    cytojnlpfile = open("../cyto.jnlp", "w")
    
    for line in open("../sarcoma.jnlp"):
        line = line.replace(".sif","/cgi-bin/temp/jn.sif")
        cytojnlpfile.write(line + "\n")
    
    How to hyperlink variable line.
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    Can you post the contents of a sample file?

    Comment

    Working...