Hi all,
I am calling a public function called “TARbtnLabel” which assigns a caption to a button. In this Public function I have a variable called “vFMRString” which captures data from various fields and stores them as a string, then assigns that string as the caption on the button. I want to be able to use that variable elsewhere in my program without recreating a lot of code. Is it possible to use that variable since it is contained inside of a public function?
thanks
Kevin