Function FindLabel ( [NAME],[DZM]  )
dim cd1
dim cd2
dim  bcd
cd1=len([DZM])
cd2=len([NAME])
if (cd1>cd2) then
  bcd=round((cd1-cd2)/2,0)
  FindLabel = "<und>"& string(bcd," ") &   [NAME]  &string(bcd," ") &"</und>"&vbcrlf& [dzm]
else
  FindLabel = "<und>" &    [NAME]  &"</und>"&vbcrlf&[DZM]
end if

End Function

相关文章:

  • 2021-11-23
  • 2021-11-23
  • 2022-02-15
  • 2021-11-23
  • 2021-11-23
  • 2022-12-23
猜你喜欢
  • 2021-12-29
  • 2022-12-23
  • 2021-11-23
  • 2021-11-23
  • 2022-01-04
  • 2022-12-23
  • 2021-07-21
相关资源
相似解决方案