Skip to content

Commit

Permalink
Update primitives.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fisothemes authored Nov 11, 2024
1 parent bd8fd29 commit 1c59e39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ double plcDblValue = MAIN.fValue.ReadValue();
To modify these values, use `WriteValue()` as shown below:

```cs
MAIN.nValue.WriteValue(88);
MAIN.nValue.WriteValue(888);
MAIN.fValue.WriteValue(6.626);
```
```

0 comments on commit 1c59e39

Please sign in to comment.