You can use Bruce's suggestion or what I usually do is pass in a name and get a string back like ...
String ls_phrase
ls_phrase = assembly.of_hello ("Larry")
//ls_phrase now has "Hello Larry, how are you?"
MessageBox ("Assembly Says", ls_phrase)
You can use Bruce's suggestion or what I usually do is pass in a name and get a string back like ...
String ls_phrase
ls_phrase = assembly.of_hello ("Larry")
//ls_phrase now has "Hello Larry, how are you?"
MessageBox ("Assembly Says", ls_phrase)