I'd like to change the content from an address. I though the following would 
work.
    
    
    let address = <the address comes from a function>
    address[] = 10
    
    Run

How should I do it?

Reply via email to