Hello Everyone,
How can i convert VB Code(ByVal sender As Object) to RDML ???
Thanks.
Welcome.
VB "ByVal sender As Object" Convert to RDML
Re: VB "ByVal sender As Object" Convert to RDML
If you are trying to convert a VB program in RDML program, you need to analyze what it does and reimage it in RDML. Most times, will be less lines and more simple.
Now, to your specific question, not knowing much about VB, I would think Pass(*BY_REFERENCE) would be the closer to sending an object to a routine as parameter and then be able to access their properties, etc.
Now, to your specific question, not knowing much about VB, I would think Pass(*BY_REFERENCE) would be the closer to sending an object to a routine as parameter and then be able to access their properties, etc.