NasibKalsi
Programmer
When I copy/paste the example "Code" from this forum, I have to manually add the Cr/Lf. The paste is a one continous line without any Cr/Lf. For example:
Public oForm
oForm = CreateObject("MyForm")
After pasting, the result will look like
Public oFormoForm = CreateObject("MyForm")
Anyone have the same problem ?
My best
Nasib
Public oForm
oForm = CreateObject("MyForm")
After pasting, the result will look like
Public oFormoForm = CreateObject("MyForm")
Anyone have the same problem ?
My best
Nasib