I have a library of flags online and would like to have a client-foolproof solution for adding flags.
Right now my function looks like this: =image("http://www.website.com/flags/us.png", 3)
But I would like to just write "us" and the let the functions add this before: =image("http://www.website.com/flags/
And this after: .png", 3)
is this even possible?
