I am trying to add some declares to a Windows app but when I type ByVal variablename, it removes the space between the ByVal and the variablename. ByRef does not do this. I am using Xojo Pro 2018R2 on a Windows 7 64bit machine. Has anyone else experienced this behavior and found any workaround.
Example:
ByVallpApplicationName As String, ByVallpKeyName As String, ByValnDefault As Long, ByVallpFileName As String, ByRef lpTest As String