Auto Generated Symbol inside barcodeField

Certified Associate Developer

Who knows how to get rid of this auto generated symbol inside barcodeField? It creates false sense of available data thereby affecting my coding logics. The screenshots of both the Interface and  expression are attached.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to olalekana0448

    I guess it depends on what your initial value declaration for "local!barcode" was.  If it was based on an integer-type Rule Input, then perhaps it would behave in the way you pictured.  When I first tried a bare form with a local variable "local!value" with no default value set, and set it to the value and saveInto of an a!barcodeField, and entered a long string of numbers, I noticed that it saved into the local variable as Text type.  I had to alter the saveInto to cast the save!value to integer, then i got the "infinity symbol" when entering the same long string of numbers (i.e. 15 "1"s).

Children