Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subscript
Message
From
12/11/2021 15:09:25
 
 
To
12/11/2021 11:18:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01682701
Message ID:
01682716
Views:
48
IF ALEN(aDV, 1) = 0
    FOR nIdx = 1 TO nCFldCnt
        nField = cCFlds[nIdx]
        IF aDV[nField]==["]  && wgcs
            * Remove surrounding quotes

            aDV[nField] = SUBSTR( aDV[nField], 2, LEN(aDV[nField])-2 )  && wgcs
        ENDIF
    ENDFOR
ENDIF
You're retrieving value nField from array cCFlds (the value I presume is numeric) -- are you absolutely sure that the value you're obtaining isn't less than 1 or is greater than the size of the array aDV ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform