It looks like dbfawk is always converting whatever attribute it finds into a string, and there's no way to do integer or floating point compares in a dbfawk file at all, just strings. You'd have to come up with some way of doing string pattern matching to get the job done.
What exactly are you trying to accomplish? On Sun, Aug 04, 2019 at 12:57:23PM -0500, we recorded a bogon-computron collision of the <[email protected]> flavor, containing: > > Can I do a comparison on a float in a dbfawk? > > Or maybe I should ask how a float is represented to dbfawk? > > I???ve made various string-like guesses with no luck. > > -Jason > > _______________________________________________ > Xastir mailing list > [email protected] > http://xastir.org/mailman/listinfo/xastir -- Tom Russo KM5VY Tijeras, NM echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z] [n-z][a-m] _______________________________________________ Xastir mailing list [email protected] http://xastir.org/mailman/listinfo/xastir
