Hello,
I can't remember how to format a CODE or a URL LINK in the classes:
I'd like it to look like that and display a clickable link:
Thank you.
I can't remember how to format a CODE or a URL LINK in the classes:
B4X:
'My comment:
'[code]iv.MyClass = "Blah"[code]
'more info:
'[link]https://www.b4x.com[link]
Sub MyClass(value as string)
'...
End Sub
I'd like it to look like that and display a clickable link:
Thank you.