I’ve edited your post to properly format the code. Please check out this post, so you know how to do this yourself in the future. Thanks in advance! ~Jordy
@blondie63 , if you compile the code that you gave us in the web ide though, you’ll get an error (a long with other less relevant info) that looks like
ga.cpp:18:12: error: could not convert 'test' from 'String (*)()' to 'String'
The key thing to get from that is the line number, 18, which is always a good place to start your search for problems…