-
Hello, Any help is greatly appreciated! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Once you have the address of the string you may retrieve the |
Beta Was this translation helpful? Give feedback.
Once you have the address of the string you may retrieve the
Data
usinggetDataAt(Address)
or create it usingcreateAsciiString(Address)
if not already created. Once you have theData
the string value may be obtained via(String) data.getValue()
. TheData
interface has ahasStringValue
method if you wish to check before casting the value.