I am concerned about the VFP system capacities in regards to maximum
variable lengths.
I am dealing here with a legacy app that switches paths as per its needs.
Some of the paths are so long that greatly exceed 255 characters.
From help I get these two statements (on VFP system capacities)
Maximum # of characters per character string or memory
variable 16,777,184
Maximum length of a string literal 255
I usually store the path in a memory variable thus:
cPath =
"c:\myapp\data\company_records\company_001\year_end_10\salaries\sales_dept\...................."
(whatever the path)
Then
set path to (cPath)
Now, in my poor English, the above two statements seem contradictory.
Can anybody explain the difference and most importantly, which of the
two apply to my particular case?
TIA
Rafael Copquin
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.