Hi
Im uploading textfiles to a database, im using the below code, as the invoive 
number is either on line 26 or 27.
can anyone help me out here as its using info from both lines. If the invoice 
is on line 26 I dont want it to check line 27, but if line 26 is blank, i want 
it to check line 27 if that makes sence

Thanks

<cfif previouslinenumber eq 26>
<cfset linenumber = 27>
</cfif>
<cfif (linenumber eq 26) OR (linenumber eq 27)> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327354
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to