Hi,

in the sample (DeepLearn.c) is this code:

Code
#ifdef KERAS
	if(Init) printf("\nR and Keras required"); 
	Script = "DeepLearnKeras";
#endif	


I cannot find in the manual, how to send message between script in Zorro and R in this case. In Zorro script no exist "RStart".

How to call the Rset(string name, string s) ?

Thanks