02-20-2023
07:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-20-2023
07:52 AM
Hi @jwmodel
This is not very complicated, you just had to edit the post using a text editor.
(Notepad, notepad++... but not Word and alike)
Then change this code
optionalStop: true, // optional stop
isnc: true, // specifies the mode ISNC (ISO NC mode) or BNC (Basic NC mode)
separateWordsWithSpace: true, // specifies that the words should be separated with a white space
into that code
optionalStop: true, // optional stop
isnc: false, // specifies the mode ISNC (ISO NC mode) or BNC (Basic NC mode)
separateWordsWithSpace: true, // specifies that the words should be separated with a white space
Or else, just changing it once at posting time, to test, then edit the post if the code run successfully.
Cheers
______________________________________________________________
If my post answers your question, please click the "Accept Solution" button. This helps everyone find answers more quickly!
Fusion