4D v16.3Get string resource |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v16.3
Get string resource
|
Get string resource ( resID {; resFile} ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
resID | Longint |
![]() |
Resource ID number | |||||
resFile | DocRef |
![]() |
Resource file reference number, or all open resource files, if omitted | |||||
Function result | String |
![]() |
Contents of the STR resource | |||||
The Get string resource command returns the string stored in the string (“STR ”) resource whose ID is passed in resID.
If the resource is not found, an empty string is returned and the OK variable is set to 0 (zero).
If you pass a valid resource file reference number in resFile, the resource is searched for in that file only. If you do not pass resFile, the first occurrence of the resource found in the resource files chain is returned.
Note: A string resource can contain up to 255 characters.
The following example displays the contents of the string resource ID=20911, which must be located in at least one of the currently open resource files:
ALERT(Get string resource(20911))
If the resource is found, OK is set to 1. Otherwise, it is set to 0 (zero).
_o_SET STRING RESOURCE
Get indexed string
Get text resource
STRING LIST TO ARRAY
Product: 4D
Theme: Resources
Number:
506
Created: 4D v6
4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)