Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why one code works, while other doesn't?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00466654
Message ID:
00466848
Views:
17
	wait window nowait 'Preparing file '+lcSendFileName
	if file(lcSendFileName)
		erase (lcSendFileName)
	endif

	if lnFileSize< 5000000 && 16777184 && Relatively small files <16 MB
		lcString=filetostr(<strong>lcFileName</strong>)
		lcString=strtran(lcString,["],'') && Remove double quotes
		llReturn=strtofile(lcString, lcSendFileName)
Nadya,

Note the bolded stuff above, is this a typo or not?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform