How can i store a image in a variable with UIvision

the further i got in terms of storing, is storing the path in a variable like this.

but i would like to know if you can storage images like in JS or something.

Hi, from where do you get the image that you want to store? From a website?

Please see storeImage.

I get the image from my local storage, and in that link you proveed it doesn’t say anything about local storage images.

What do you want to do with the image? Upload it?

Just store it in the variable. Just to not refer to it with the path everytime i need to use it, or store the path in order to use it.

A variable can hold only text or arrays, but no images.

1 Like