Lines Matching refs:append
55 append txt " [lindex $::ones [expr {$n/100}]] hundred"
59 append txt " [lindex $::tens [expr {$n/10}]]"
63 append txt " [lindex $::ones $n]"
134 append sql "SELECT * FROM v[expr {($ii%3)+1}] WHERE rowid = [expr {$ii*3}];"
145 append sql "SELECT t FROM t[expr {($ii%3)+1}] WHERE rowid = [expr {$ii*3}];"
153 append sql "
180 append sql "INSERT INTO t4 VALUES(NULL, $ii, '[number_name $ii]');"
186 append sql "
193 append sql "DELETE FROM t4 WHERE rowid = $ii;"
212 append sql "INSERT INTO t4 VALUES(NULL, $ii, '[number_name $ii]');"
218 append sql "
225 append sql "DELETE FROM t4 WHERE rowid = $ii;"