Forum Discussion
AlexKaras
Champion Level 1
12 years ago> the extensions and scripts are all in VBScript.
> In the meantime, try using "/r/n" instead of "[Enter]"
I think that in this case it is better to use the vbCr or vbCrLf VB constant (which equals to either Chr(13) or Chr(13) & Chr(10) correspondingly) instead of "/r/n"...
> In the meantime, try using "/r/n" instead of "[Enter]"
I think that in this case it is better to use the vbCr or vbCrLf VB constant (which equals to either Chr(13) or Chr(13) & Chr(10) correspondingly) instead of "/r/n"...