Code: Select all
awk '{if ($3<150) {printf "%d", 200-$3} else print "0"}'
But if I want to edit this command line, I just can reach the first 26 characters of it
Code: Select all
awk '{if ($3<150) {printf
Moderator: Mattk
Code: Select all
awk '{if ($3<150) {printf "%d", 200-$3} else print "0"}'
Code: Select all
awk '{if ($3<150) {printf
I'm sorry to say that, Boris: I tried it several times, scrolled left and right - no chance at alladmin wrote:Hard to believe that you cant reach the other letters. Did you try moving the cursor with the arrow keys. The field does scroll then, when I do remember right.
If I look at the html source of the form it shows maxlength="458" for that field!Hathor27 wrote:Boris, could please enlarge that input field?
I'm using the good old standard: Internet Explorer 8skyewright wrote:Could it be a browser issue? Which browser are you using? Have you tried looking at the form in a different browser.
I recognized the problem in v4.8i, and it persists in v4.9 - good idea not to update that frequently...d_l wrote:I've a command line of 158 characters that I can scroll to the end. This is on 4.6t. I doubt that Boris reduced that field for newer versions. Scrolling using FF 4.0.1. I don't update that frequently unless there is a good reason.
No I didn't another browser - I only run on IE8 (standard?).admin wrote:I cannot confirm the error. Is it just an IE8 issue? Did you try other browsers?