![]() |
KnowBrainer Speech Recognition | ![]() |
Topic Title: DVC does not have the method: Left() Topic Summary: A proposed replacement for parsing complex lists Created On: 01/22/2022 01:07 PM Status: Post and Reply |
|
![]() |
![]() |
- Edgar | - 01/22/2022 01:07 PM |
![]() |
|
argument$ = "first\last"
length& = InStr(argument$, "\") If length& = 0 Then TTSPlayString "missing success " & argument$ Else argument$ = Mid$(argument$, 0, length& - 1) If argument$ = "first" Then TTSPlayString "has success" Else TTSPlayString "has failure" End If End If
argument$ = "missing"
length& = InStr(argument$, "\") If length& = 0 Then TTSPlayString "missing success " & argument$ Else argument$ = Mid$(argument$, 0, length& - 1) If argument$ = "first" Then TTSPlayString "has success" Else TTSPlayString "has failure" End If End If ------------------------- -Edgar |
|
|
FuseTalk Standard Edition v4.0 - © 1999-2022 FuseTalk™ Inc. All rights reserved.