Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug, problem or correct behavior?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Bug, problem or correct behavior?
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01394775
Message ID:
01394775
Views:
145
Hi everybody,

I'm debugging some old style VFP code and I see code like this:

1. dimension arrayname[Number_Of_records, Number of fields +1]
copy fields (less number of fields) to array ArrayName
select myOtherTable
append from array

Two last fields in array are .F. (the number of fields to copy was less than the second dimension).

These fields are character 1 in the table, so they get initialized with 'F'

Is it correct behavior?

What do you think?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform