Skip to main content
Skip table of contents

ibihelpme_GetString

Signature
ibihelpme_GetString(id: string) : string
DescriptionReturns the string from the resources identified via the ID
Available from API version1.0.0

Parameter

NameTypeDescription
idstring

ID of the searched string

Return value

string

Value of the searched string

Example

JS
var warningA = window.external.ibihelpme_GetString('Message.WarningA');
 
alert(warningA);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.