read without the 'table' attribute will read all tables on the page
The 'table' attribute can be a number or an anchor. The anchor
must have a '#' - as in '#anchorname'.
(:tabledb action=read page="TableDB.ReadTable7" table="3":)
(:tabledb action=display page="TableDB.ReadTable7":)
|
Function TableDBRead() : Could not find table [TableDB.ReadTable7][3]
Function TableDBDisplayTable() : Could not find table [TableDB.ReadTable7][]
Check for prior 'action=read' and other parameters are correct.
|
more reads append to the table array
(:tabledb action=read page="TableDB.ReadTable7" table="4":)
(:tabledb action=display page="TableDB.ReadTable7":)
|
Function TableDBRead() : Could not find table [TableDB.ReadTable7][4]
Function TableDBDisplayTable() : Could not find table [TableDB.ReadTable7][]
Check for prior 'action=read' and other parameters are correct.
|
more reads append to the table array
(:tabledb action=read page="TableDB.ReadTable7" table="5":)
(:tabledb action=read page="TableDB.ReadTable7" table="6":)
(:tabledb action=display page="TableDB.ReadTable7":)
|
Function TableDBRead() : Could not find table [TableDB.ReadTable7][5]
Function TableDBRead() : Could not find table [TableDB.ReadTable7][6]
Function TableDBDisplayTable() : Could not find table [TableDB.ReadTable7][]
Check for prior 'action=read' and other parameters are correct.
|
more reads append to the table array
(:tabledb action=initialize:)
(:tabledb action=read page="TableDB.ReadTable7" table="7":)
(:tabledb action=display page="TableDB.ReadTable7":)
|
Function TableDBRead() : Could not find table [TableDB.ReadTable7][7]
Function TableDBDisplayTable() : Could not find table [TableDB.ReadTable7][]
Check for prior 'action=read' and other parameters are correct.
|
action=initialize clears the table arrays
anchor for the table attribute
(:tabledb action=initialize:)
(:tabledb action=read page="TableDB.ReadTable7" table="#banana":)
(:tabledb action=display page="TableDB.ReadTable7":)
|
Function TableDBRead() : Could not find table [TableDB.ReadTable7][#banana]
Function TableDBDisplayTable() : Could not find table [TableDB.ReadTable7][]
Check for prior 'action=read' and other parameters are correct.
|
using an anchor
(:tabledb action=initialize:)
(:tabledb action=read page="TableDB.ReadTable7" table="#cucumber":)
(:tabledb action=display page="TableDB.ReadTable7":)
|
Function TableDBRead() : Could not find table [TableDB.ReadTable7][#cucumber]
Function TableDBDisplayTable() : Could not find table [TableDB.ReadTable7][]
Check for prior 'action=read' and other parameters are correct.
|
using an anchor
(:tabledb action=initialize:)
(:tabledb action=read page="TableDB.ReadTable7" table="#apple":)
(:tabledb action=display page="TableDB.ReadTable7":)
|
Function TableDBRead() : Could not find table [TableDB.ReadTable7][#apple]
Function TableDBDisplayTable() : Could not find table [TableDB.ReadTable7][]
Check for prior 'action=read' and other parameters are correct.
|
Error message will display when using a bad anchor name or a bad
table number or a bad action
(:tabledb action=initialize:)
(:tabledb action=read page="TableDB.ReadTable7" table="#badname":)
(:tabledb action=display page="TableDB.ReadTable7":)
|
Function TableDBRead() : Could not find table [TableDB.ReadTable7][#badname]
Function TableDBDisplayTable() : Could not find table [TableDB.ReadTable7][]
Check for prior 'action=read' and other parameters are correct.
|
bad table number
(:tabledb action=initialize:)
(:tabledb action=read page="TableDB.ReadTable7" table="43":)
(:tabledb action=display page="TableDB.ReadTable7":)
|
Function TableDBRead() : Could not find table [TableDB.ReadTable7][43]
Function TableDBDisplayTable() : Could not find table [TableDB.ReadTable7][]
Check for prior 'action=read' and other parameters are correct.
|
bad action
(:tabledb action=initialize:)
(:tabledb action=read page="TableDB.ReadTable7":)
(:tabledb action=badaction :)
|
Function TableDBRead() : Could not find table [TableDB.ReadTable7][]
Function TableDB() : Action not found. $action='badaction'
|