GTAG - Modding - Opcode Database - 098B
Opcode Database
098B
| Description | Combines 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) |
| Games | |
| Category | Common, Text |
| Command Name (IV) | STRING_STRING |
| San Andreas | |
| sascm.ini | 098B=3,string_cat16 %1d% %2d% store_to %3d% |
| Example | 098B: string_cat16 s$str1 s$str2 store_to s$newstring |
| Command Name | STRING_CAT16 |

