Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.35 KB | None | 0 0
  1. arcpy.CalculateField_management(tabl, tabl+".De_cs","tt1(!"+tabl+".Helyrajziszam!,!"+shp+".Helyrajziszam!,!"+shp+".Qel_real_cs!",kiftipus,t1)
  2. t1="""def tt1(hsz, Helyrajziszam,Qel_real_cs) .... """
  3.  
  4. table is the linked table, shp is the original table. hsz == Helyrajziszam will be true even if their order is not the same? Because of the linking, right?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement