1.3 xestiascan_language

xestiascan_language processes language strings that need to have certain pieces of text inserted. This subroutine should be used only if the language string needs to have text inserted (such as values).

Parameters:

xestiascan_language(string, text1, (text2, text3));


Usage:

xestiascan_language(“%s, %s, %s %s and %s”, “one”, “two”, “three”, “four”, “five”);


string
Specifies the string to insert text into.

text1, text2, text3
Specifies the text to insert into the string and the amount of parameters to pass depends on how may %s’es there are in the language string.