0
A
回答
0
您可以使用命名爲Create Table with column names...
的命令創建列名爲Table
的對象。你給它的對象的名稱,行數和一個字符串的名稱的列,用空格分隔。
要將值插入表中,您需要將其選中,然後使用Set numeric value...
或Set string value...
,具體取決於要插入的數據類型。
columns$ = "index text number"
rows = 10
table = Create Table with column names: "table", rows, columns$
for i to rows
# The table is already selected, but it's always a good idea
# to confirm the selection at the beginning of a for loop
selectObject: table
Set numeric value: i, "index", i
Set numeric value: i, "number", randomGauss(0, 0.1)
Set string value: i, "text", "this is row " + string$(i)
endfor
相關問題
- 1. 選擇praat中的對象列表
- 2. praat - 刪除段
- 3. 在PRAAT中添加鍵盤快捷鍵
- 4. 在Cassandra中插入多列
- 5. 在列中插入NULL?
- 6. praat從WAV文件中獲取頻率列表
- 7. 插入在陣列
- 8. 插入在陣列
- 9. 插入列在Excel
- 10. 在列表中插入列表計劃
- 11. 在列表框中插入列表
- 12. 如何從praatscript打開praat
- 13. Praat和sox信息腳本
- 14. 如何在插入的列中插入圖紙名稱
- 15. 默認插入另一列時自動插入到一列中
- 16. 在mysql查詢中插入filesize列
- 17. 在sql中插入帶有max的列
- 18. 在索引中插入一個列表
- 19. 在datetime列中插入值時出錯
- 20. 在PostgreSQL的列中插入值
- 21. OCaml在列表中插入元素
- 22. PHP - 在CSV文件中插入列
- 23. 如何在WPF Grid中插入行/列?
- 24. 在陣列中插入元素
- 25. 在vba中插入列範圍
- 26. 在mysql中插入一系列值
- 27. 如何在Excel中動態插入列?
- 28. 在列中插入多個增量值
- 29. 在AsyncTask列表中插入元素
- 30. 在長的原始列中插入值