End Google Ads 201810 - BS.net 01 --> If my mind serves me right, then this should go smoothly!

functionA(const char* Text, char *Value);
char *Value;

functionA (Paragraph, Value)
If functionA creates a char array and adds it to Value argument, when the procedure finishes whatever condition Value was will remain the same. Or is that incorrect?!