CSV File Format - Stringtables – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 14: Line 14:
~ can one use defines or includes (c macro stuff) in a stringtable.csv?
~ can one use defines or includes (c macro stuff) in a stringtable.csv?


~ can one make use of these (from BIS stringtable.csv):
%.0f / %.2f / %.3f / %02d / %1 / %1.1 / %2 / %2.1 / %3 / %4 / %5 / %a / %b / %c / %d / %s


--[[User:WGL.Q|WGL.Q]] 11:04, 29 July 2006 (CEST)
--[[User:WGL.Q|WGL.Q]] 11:04, 29 July 2006 (CEST)

Revision as of 10:43, 29 July 2006

~ is it possible to have a stingtable value reference to another stringtable value?

text = $STR_FAMILY;
STR_FAMILY, $STR_FAMILY2 (thats inside the stringtable.csv)


~ what about:

text = $STR_FAMILY$STR_FAMILY2;


~ can one use defines or includes (c macro stuff) in a stringtable.csv?


~ can one make use of these (from BIS stringtable.csv):

%.0f / %.2f / %.3f / %02d / %1 / %1.1 / %2 / %2.1 / %3 / %4 / %5 / %a / %b / %c / %d / %s

--WGL.Q 11:04, 29 July 2006 (CEST)