Queries, creates, saves, or modifies astring server database.
Default
Load
Save
String resource files are identified by the application default string (
.ads
) file extension.
TIP: This function is designed specifically for use in application internationalization, or other customized applications. Internationalization may be achieved by saving all language-specific messages in one file to be accessed using STRLOOKUP.
status = STRLOOKUP(Load='/usr/mydir/myapp/myapp.errors')
status = STRLOOKUP(Add='msg_NoSuchFile: No such file')
File OK
.
value = STRLOOKUP('msg_FileOK', Default='File OK')
status = STRLOOKUP(Save='/usr/mydir/myapp/myapp.new')