Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subscript
Message
From
11/11/2021 11:56:26
 
 
To
11/11/2021 11:47:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01682701
Message ID:
01682703
Views:
47
>Correct and full code:
>I**F aDV[nField]==["] && wgcs
> * Remove surrounding quotes
> ** aDV[nField] = SUBSTR( aDV[nField], 2, LEN(aDV[nField])-2 ) && wgcs
> **ENDIF
>>Keep getting the error subscript outside defined range on the following code:
>>
>>if adv(nfield0==["]

Why don't you try
If empty(aDV[nField])
Previous
Reply
Map
View

Click here to load this message in the networking platform