| |
|
|
Pedro Santos | Hello Profaner
can me Please someone explain Why not correctly. accounts becomes?
thanks
greeting Pedro CompileMarkSeparation |
|
|
|
|
Rolf Koch | Hi because of the comma. it must one point in a$ his. but simply ne additional case request and already GEHTS CompileMarkSeparationdeclare a!,a$,total!,b$,b!,b&
@Set("Decimals",2)
cls
b$ = "12"
b& = @val(b$)
a$="0,35"
case instr(",",a$):a$=translate$(a$,",",".")
a!= @val(a$)
total!= a!*b&
print total!
waitinput
| 05/14/06 ▲ | |
|
|
|
|
Pedro Santos | thanks you Rolf
How always very quick
greeting
Pedro |
|
|
| |
|
|
|
Clemens Meier | CompileMarkSeparation If one so calculate can, that over ands over again the comma instead of the Punktes vorkommt (z.B. because of one Inputs), can the Case simply omit and directly translate: CompileMarkSeparation gives it one comma, becomes it supplant. gives it no comma, happens nothing. |
|
|
| |
|
|