8) hello, people!!
; Title: ExplorerImageList.pbi
; Author: MACHUPICHU
; Date: 3.05.2020
; Version: 0.7
; OS: Crossplataform
; PB ver. 5.7
; License: Free
DeclareModule TheExplorer
Declare.i InitSync_(ElapsedMiliSecs.l=2000)
Declare EndSync_()
;************
Declare.s FormatFileSize_(v.q ...
Search found 3 matches
- Mon Mar 30, 2020 11:05 pm
- Forum: Tricks 'n' Tips
- Topic: Explorer Image List
- Replies: 0
- Views: 1908
- Tue Mar 10, 2020 1:59 am
- Forum: Tricks 'n' Tips
- Topic: Conversion of Decimal Integer To ANY BASE.
- Replies: 5
- Views: 2725
Conversion of Decimal Integer To ANY BASE.
:D Hello!!
This is my First Post.
;{ Conversion of Decimal Integer To ANY BASE.
Procedure.s DecToAny(Num.l , Base.l = 2, DLM.s=".")
;-- Declaramos una variable que acumulará la conversión.
Define iExpr.s, l;, DLM.s= GetStr(*Delim)
;If DLM ="" Then DLM="." :EndIf
If Num >=Base
;-- Declaramos ...
This is my First Post.
;{ Conversion of Decimal Integer To ANY BASE.
Procedure.s DecToAny(Num.l , Base.l = 2, DLM.s=".")
;-- Declaramos una variable que acumulará la conversión.
Define iExpr.s, l;, DLM.s= GetStr(*Delim)
;If DLM ="" Then DLM="." :EndIf
If Num >=Base
;-- Declaramos ...
- Sun Mar 08, 2020 12:44 am
- Forum: Coding Questions
- Topic: Rounding
- Replies: 10
- Views: 3288
Re: Rounding

I was checking doubles.
(I am newbie )
Is this a bug?

Define x.d=678437923546269.58
Debug x ; 678437923546269.62 <<<--- Error?? '.62'