Spark.publish variable

Hi @Jackalopes

The actual second argument to Spark.publish() is a char* C string, so you can use sprintf or any other method to get your value into string format.

Have you seen this tutorial?

2 Likes