rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: Foggy on February 25, 2009, 05:36:07 AM

Title: totable
Post by: Foggy on February 25, 2009, 05:36:07 AM
For a while now, I have been thinking that to go with the fromtable macro we need a totable equivalent that will append the text to a table or overwrite the text thats already in the table.

I have been thinking this because I have had some ideas for various things overtime and the only thing I could think of that was preventing me from trying to implement them is the difficulty in changing one value from a table.
Title: Re: totable
Post by: rejetto on February 25, 2009, 02:50:12 PM
{.set append.} is not enough?
Title: Re: totable
Post by: Foggy on February 26, 2009, 05:26:59 AM
no because when I want to change a value in the table, it is extremely difficult.

{.set append.} is fine if i want to add a value, but to change one already in the table it is very difficult. Especially if the table is dynamically created.
Title: Re: totable
Post by: rejetto on February 26, 2009, 07:14:59 AM
ok.
i would name it {.set table.} if you agree.
Title: Re: totable
Post by: Foggy on February 26, 2009, 10:13:49 AM
ok, im happy with what ever you name it as long as it can edit values that are already in a table.