Operator

Just starting out? Need help? Post your questions and find answers here.
Bernard
User
User
Posts: 23
Joined: Sun Apr 27, 2003 4:49 pm
Location: France

Operator

Post by Bernard »

I have about the same problem with this code

Code: Select all

Hdeb=Asc("N")-65
Hfin=Asc("B")-65

;hdeb=13
;hfin=1

If Hfin<= Hded : Hfin=Hfin+24 : EndIf

;hfin=1
I try since several hours to fine how to do.
Bernard
Saboteur
Enthusiast
Enthusiast
Posts: 273
Joined: Fri Apr 25, 2003 7:09 pm
Location: (Madrid) Spain
Contact:

Post by Saboteur »

Hdeb=Asc("N")-65
Hfin=Asc("B")-65

;hdeb=13
;hfin=1


;***********************
; you wrote "HdeD" instead HdeB
;***********************
If Hfin<= Hded : Hfin=Hfin+24 : EndIf

;hfin=1
[:: PB Registered ::]

Win10 Intel core i5-3330 8GB RAM Nvidia GTX 1050Ti
Post Reply