Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 098B

Opcode Database

098B

DescriptionCombines two strings and stores the result to a string variable.

Will fail if the length of the strings combined is over 16 characters.
Parameters (v2)1) Long string ("string") (TEXT_LABEL)
2) Long string ("string") (TEXT_LABEL)
3) (Returned) Long string ("string") (TEXT_LABEL)
Gamessa
CategoryCommon, Text
Command Name (IV)STRING_STRING
San Andreas
sascm.ini098B=3,string_cat16 %1d% %2d% store_to %3d%
Example098B: string_cat16 s$str1 s$str2 store_to s$newstring
Command NameSTRING_CAT16

<< 098A

098C >>