cFile:="C:\Users\Admin\Documents\Projects\dbf\timbres.xlsx"
cExt:=Upper(cFileExt(cFile))
cExt2:="XLS"
? cExt,cExt2
? cExt == cExt2
? cExt != cExt2
En los 2 casos retorna FALSO
FiveWin 2203, xHarbour 10264
cpheraclio wrote:? cExt == cExt2
? cExt != cExt2
Enrico Maria Giordano wrote:cpheraclio wrote:? cExt == cExt2
? cExt != cExt2
!= is the opposite of =
!= is not the opposite of ==
!( == ) is the opposite of ==
cpheraclio wrote:? cExt == cExt2 FALSO
? cExt != cExt2 FALSO
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: nageswaragunupudi and 54 guests