Space after comma
This commit is contained in:
parent
0de6d15d69
commit
9b7917e484
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ When calling an object statically use the Object Name, not the Object Id.
|
|||
## Bad code
|
||||
|
||||
```al
|
||||
Page.RunModal(525,SalesShptLine);
|
||||
Page.RunModal(525, SalesShptLine);
|
||||
```
|
||||
|
||||
## Good code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue