I would like to do copy and paste between B4A and B4I. Because something is different, I need to put an "IF is B4A" and "IF is B4I" in my functions.
For example:
Is it possible ?
Thank you
For example:
B4X:
dim xx as listview
Sub myExample()
xx.AddSingleLine("Hello")
#IF B4I
xx.reloadAll
#EndIF
end Sub
Is it possible ?
Thank you