Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why there is Difference in File Size
Message
De
22/03/2014 15:21:11
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Why there is Difference in File Size
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01597120
Message ID:
01597120
Vues:
71
Hi All,

I Create a File Using the following two ways.
*** First Method
Create Cursor BILL (POS Varchar(254))
APPEND FROM 'D:\HARSH\8006981968.ps' SDF
COPY TO C:\2.ps TYPE SDF && 62 KB File is Created

*** Second  Method
Create Cursor BILL (POS Varchar(254))
APPEND FROM 'D:\HARSH\8006981968.ps' SDF
Set Textmerge On
Set Textmerge To ('C:\2.ps') Noshow
Scan
\\<< TRIM(POS) >>
\
Endscan
Set Textmerge To
Set Textmerge Off
The file created by second Method is of 14 Kb as of my orginal File that was appended.

Both File works fine, but why is the difference.When I open both the files in notepad, i don't find any difference.

Regards
Harsh
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform