Skip to main content
Version: v3

hmFS.SysProGetChars(key)

Get the temporarily stored string, system reboot will clear it.

Type

(key: string) => result

Parameters

key

DescriptionRequiredTypeDefault
key stringyesstring-

result

DescriptionType
stored stringstring

Usage

hmFS.SysProSetChars('js_test_char', 'hello')
console.log(hmFS.SysProGetChars('js_test_char'))