rex_parse_string
Introduction
Save string with any kind of size. This plugin will divide string into many rows for saving, so that it could be used to save the result of official saving feature.
Save string with any kind of size. This plugin will divide string into many rows for saving, so that it could be used to save the result of official saving feature.
Usage
Sample capx
Sample capx
Save
Call "Action:Save" to save a string for a specific userID with a key.
"Condition:On save complete" will be triggered while saving completed, otherwise "Condition:On save error" will be triggered.
Get last saved userID, key, and data by "Expression:LastSavedOwnerID", "Expression:LastSavedKey", "Expression:LastSavedValue".
Call "Action:Save" to save a string for a specific userID with a key.
"Condition:On save complete" will be triggered while saving completed, otherwise "Condition:On save error" will be triggered.
Get last saved userID, key, and data by "Expression:LastSavedOwnerID", "Expression:LastSavedKey", "Expression:LastSavedValue".
Load
Call "Action:Load" to load a string for a specific userID with a key.
"Condition:On load complete" will be triggered while loading completed, otherwise "Condition:On load error" will be triggered.
Get last loaded userID, key, and data by "Expression:LastLoadedOwnerID", "Expression:LastLoadedKey", "Expression:LastLoadedValue".
Call "Action:Load" to load a string for a specific userID with a key.
"Condition:On load complete" will be triggered while loading completed, otherwise "Condition:On load error" will be triggered.
Get last loaded userID, key, and data by "Expression:LastLoadedOwnerID", "Expression:LastLoadedKey", "Expression:LastLoadedValue".
Remove
Call "Action:Remove" or "Action:Remove all keys" to remove a key or all keys of an userID.
"Condition:On remove complete" will be triggered while removing completed, otherwise "Condition:On remove error" will be triggered.
Call "Action:Remove" or "Action:Remove all keys" to remove a key or all keys of an userID.
"Condition:On remove complete" will be triggered while removing completed, otherwise "Condition:On remove error" will be triggered.