Allows you to specify a list of ASCIZ values for a resource.
ASCIZ Table Editor
-
Note: You must specify each asciz value on a separate line.
For example, the following:
-
column_1
-
column_2
-
column_3
-
column_4
is output as
-
asciz_table("column_1", "column_2", "column_3", "column_4");