RuntimeError: Column number 3 greater than total number of c

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
rizkisam55
Posts: 1
Joined: Mon Jul 31, 2017 4:30 pm

RuntimeError: Column number 3 greater than total number of c

Post by rizkisam55 » Mon Jul 31, 2017 4:38 pm

RuntimeError: Column number 3 greater than total number of columns 1, line 14 (Error code: -953)

why i gent that runtime error in my script?
please answer it
this is my example script

URL GOTO=https://aws.amazon.com/
TAG POS=1 TYPE=A ATTR=ID:aws-nav-cta-button
TAG POS=1 TYPE=INPUT:EMAIL FORM=ID:ap_signin_form ATTR=ID:ap_email CONTENT={{!COL1}}
TAG POS=1 TYPE=LABEL FORM=ID:ap_signin_form ATTR=TXT:I<SP>am<SP>a<SP>new<SP>user.
TAG POS=1 TYPE=INPUT:RADIO FORM=ID:ap_signin_form ATTR=ID:ap_signin_create_radio
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:ap_signin_form ATTR=ID:signInSubmit-input
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:ap_register_form ATTR=ID:ap_customer_name CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:EMAIL FORM=ID:ap_register_form ATTR=ID:ap_email_check CONTENT={{!COL1}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ID:ap_register_form ATTR=ID:ap_password CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ID:ap_register_form ATTR=ID:ap_password_check CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:ap_register_form ATTR=ID:continue-input
Post Reply