Design Table SetEntryText syntax
Design Table SetEntryText syntax
(OP)
I'm trying to change an entry in a design table, but can't get it to work. i don't understand the required syntax. here's what the help file says the syntax needs to be:
void DesignTable.SetEntryText ( row, col, textIn )
what goes in place of the void? if i put nothing int, it expects a = at the end, but there's nothing to put after a =. if i put in a dummy variable, it selects "SetEntryText" and gives the following error:
Compile Error: Expected function or variable
what's the syntax supposed to be?
void DesignTable.SetEntryText ( row, col, textIn )
what goes in place of the void? if i put nothing int, it expects a = at the end, but there's nothing to put after a =. if i put in a dummy variable, it selects "SetEntryText" and gives the following error:
Compile Error: Expected function or variable
what's the syntax supposed to be?





