c.ExecuteScript not supported on the Test Net right?

This doesn’t seem to work on the Test Net:

Actually, it is not supported at all:
c.ExecuteScript undefined (type *client.Client has no field or method ExecuteScript)compilerMissingFieldOrMethod

Do you have an alternative solution with a full code example? Tnx

You’ll need to use the ExecuteScriptAtLatestBlock, check the link that you posted for the docs. Does that help?

Tnx @flowjosh - I tried but I don’t know what to put in as the 3rd argument - []cadence.Value.
Please advise…

Actually, the argument can be nil. It works now.