Hi, Guys...

I am new to this list... I'm glad to know of this one... :)

I have a little routine that creates a html table...  I was able to create one with 
all same width in all columns with this code...

    html = "<HTML><BODY><TABLE BORDER=1><TR>"
    
    repeat with i = 0 to gDatabase[1].count
      put "<TD><B>"&getPropAt(gDatabase[1],i)&"</B></TD>"
           after html
    end repeat
    
    put "</TR></TABLE></BODY></HTML>" after html

Say that I have 5 columns in my table and I want them to be 10%, 20%, 20%, 30%, and 
20% for each columns... So... I tried the previous code with multiple if statements 
and following statement... and got errors...

    put "<TD WIDTH='15%'><B>"&getPropAt(gDatabase[1],i)
      &"</B></TD>" after html

What am I doing wrong??? Director says that I need commas to split the "... I'd 
appreciate it if somebody can help me out here... Thanks a lot!!! 

Jacon
[EMAIL PROTECTED]



______________________________________________________
Get Paid... With Your Free Email at
http://www.zwallet.com/index.html?user=CyanBlue


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to