Re: Comet32 2018.515 execution weirdness...


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

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 Line

LET 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...



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]