something? Below is the code snippet.
<cfloop query="GetExample" startrow="1" endrow="#GetExample.recordcount#">
<cfloop query="translation_list" startrow="1"
endrow="#translation_list.recordcount#" >
<cfif GetExample.kod_gt eq translation_list.dept_code>
<cfoutput>#GetExample.kod_gt# #translation_list.nalis_code#<br></
cfoutput>
</cfif>
</cfloop>
</cfloop>
The ouput I'm getting is
TLR100 test1
TRL100 test1
....
Thanks in advance.
Nyon
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

