error: invalid conversion from 'char' to 'const char*'

Try with int and float, same problem, ethercard seems to need a const char* in the formule: ether.browseUrl(PSTR.....
How could i declare a const char* that could be variable.

Thanks in advance