Name

midlet.resourceasstring — Get a resource file as a string

Synopsis

midlet.resourceasstring resourcename

Description

Given a resource resourcename, returns it as a string. This could be used, for instance, to load additional Hecl files.

Example

eval [midlet.resourceasstring "./more_commands.hcl"]