Hi All, Why does this work:
if $CurlStr.chars > 200 {
But this does not?
if $CurlStr.chars gt 200 {
79 was not larger than 200 ????
Many thanks,
-T
Hi All, Why does this work:
if $CurlStr.chars > 200 {
But this does not?
if $CurlStr.chars gt 200 {
79 was not larger than 200 ????
Many thanks,
-T