Specify the metadata item to be set as a numeric value
0 | Title |
1 | Description |
2 | Icon |
Specify the value to set
・The type and contents of the value differ for each metadata item number.
・For a title, set a string of up to 24 characters.
・For a description, set a string of up to 240 characters. Line feed with CHR$(10).
・For an icon, an icon image is designated by a numerical array with the number of elements 1600(Height40,Width40).
Specify the metadata item to be acquired as a numeric value
0 | Title |
1 | Description |
2 | Icon |
The returned value is different for each metadata item number.
・For a title, a string of up to 24 characters is returned.
・For a description, a string of maximum 24 characters x 10 lines is returned. Line feed with CHR$(10).
・For an icon, a 2D Int array with the number of elements 1600(Height40,Width40) is returned as an icon image.