Posted by Robert G Laurin on February 20, 2019 at 06:50:03:
In Reply to: Comet32 2018.515 execution weirdness... posted by Robert G Laurin on February 19, 2019 at 14:00:15:
I changed the order of the lines and now it works properly....
I still believe there's an issue with Comet.
New code:
LET WEIGHT$ = RSUB(STR(TAWEIGHT*.001),2,6) ! Original LineLET VWEIGHT = 0
IF NUM(TALENGTH$,ERR) > 0
LET VWEIGHT = ( NUM(TALENGTH$,ERR) * NUM(TAWIDTH$,ERR) * NUM(TAHEIGHT$,ERR) ) / 5000
IF VWEIGHT > TAWEIGHT
LET WEIGHT$ = RSUB(STR(VWEIGHT*.001),2,6)
ENDIF
ENDIF
I use these lines in 3 different programs, I am worried of unexpected results upon execution...
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.