GETTING ERROR:INVALID FORMED PARAMETER

General Macro Scheduler discussion

Moderators: JRL, Dorian (MJT support)

JVM
Junior Coder
Posts: 40
Joined: Wed Oct 10, 2007 1:14 pm
Location: delhi (india)
Contact:

ERROR: INVALID FORMED PARAMETER

Post by JVM » Thu Oct 25, 2007 10:43 am

well friend i overcome that problem i did few changes in the script.

Now another problem that script is not working for the data which is below.

#Airline contract:
* ASA4790 Preferred Partner nett fares to HKG

#Ticketing/Sales:
* Ticketing: Must be ticketed outside 60 days of departure. If booking is within 60 days, ticket within 14 days days. Must be on NZ (086) ticket stock
* Sales period: until 30JUN07

#Application:
* Travelperiod:07JUN06-30JUN07
* Eligibility: ---

#Important:
* Tax: Exclusive
* Waitlist: Permitted
* Creditcards: ---
* Reconfirmation: ---
* Miles program: Loyalty accrual. Eligible for Loyalty upgrades and companion tickets. Children and/or infants travelling with an adult on a loyalty redemption ticket do so at the applicable child and infant discount rates
* OSI: Dealcode must be entered in the OSI field. Ticket numbers must be entered in the booking as an OSI
* E-Tickets: ---

#Combinations:
* Classmix: Permitted on a 1/2 round-trip basis. Most restrictive rule applies. The bookings class used on the inbound journey must be permitted for travel based on the outbound departures.
* Other: ---

#Open return:
*---

#PTA/TOD:
* PTA: Not permitted.

#One ways:
* Permitted.

#Various:
*UM (5-11 years) permitted with completed UMNR codumentation at adult fare level.
* Infant: First Infant to pay 10% of the total adult fare. Second infant to pay 75% of the total adult fare. No more than 2 infants permitted per travelling adult.
* Reissue/rerouting: Permitted, service" fee may apply. Fare must be recalculated and the new ticket must be equal or greater value.
* Names: Full name to be entered in booking as per passport. Name changes are not permitted.

in the result it still leaving empty lines


#Ticketing/Sales:
Ticketing: Advanced purchase of 42 days. Must be ticketed within 14 days. Must be on NZ (086) ticket stock
Sales period: Until 30JUN07

#Important:
Tax: Exclusive
Creditcards: ---
Miles program: Loyalty accrual. Eligible for Loyalty upgrades and companion tickets. Children and/or infants travelling with an adult on a loyalty redemption ticket do so at the applicable child and infant discount rates
#Combinations:
Classmix: Permitted on a 1/2 round-trip basis. Most restrictive rule applies. The bookings class used on the inbound journey must be permitted for travel based on the outbound departures.
Other: ---

---

PTA: Not permitted.

Permitted.

#Various:
UM (5-11 years) permitted with completed UMNR codumentation at adult fare level.
Infant: First Infant to pay 10% of the total adult fare. Second infant to pay 75% of the total adult fare. No more than 2 infants permitted per travelling adult.
Reissue/rerouting: Permitted, service"" fee may apply. Fare must be recalculated and the new ticket must be equal or greater value.
Names: Full name to be entered in booking as per passport. Name changes are not permitted.

means it is not working consistently..........

or there is something wrong with the data ........


another question friend it is regarding the " quotes i want data as it is this possible that i can replace that double qoutoes in to single quotes.
hi every one.

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Thu Oct 25, 2007 11:09 am

If it is not working consistently then either your data is changing each time or the script still needs some work. You need to debug it. Step through it and watch what is happening to the data. Then you can identify where things aren't quite right and which lines need improvement.
another question friend it is regarding the " quotes i want data as it is this possible that i can replace that double qoutoes in to single quotes.
You only need to double quote quotes when the string is passed to a complex expression or VBScript expression. When returned from either of these you will not see the double quotes. It is because the quote char is used to delimit strings in complex expressions and VBScript.

But if you need to replace double quotes with single quotes then use:

StringReplace>string,"",",string
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

JVM
Junior Coder
Posts: 40
Joined: Wed Oct 10, 2007 1:14 pm
Location: delhi (india)
Contact:

ERROR: INVALID FORMED PARAMETER

Post by JVM » Mon Oct 29, 2007 6:22 am

hi , Is there any problem in this data or any character which it is again taking as a telemeter. because the deleting empty line's is not working properly. Rest the script is working fine.


#Airline contract:
* ASA4790 Preferred Partner nett fares to HKG

#Ticketing/Sales:
* Ticketing: Must be ticketed outside 60 days of departure. If booking is within 60 days, ticket within 14 days days. Must be on NZ (086) ticket stock
* Sales period: until 30JUN07

#Application:
* Travelperiod:07JUN06-30JUN07
* Eligibility: ---

#Important:
* Tax: Exclusive
* Waitlist: Permitted
* Creditcards: ---
* Reconfirmation: ---
* Miles program: Loyalty accrual. Eligible for Loyalty upgrades and companion tickets. Children and/or infants travelling with an adult on a loyalty redemption ticket do so at the applicable child and infant discount rates
* OSI: Dealcode must be entered in the OSI field. Ticket numbers must be entered in the booking as an OSI
* E-Tickets: ---

#Combinations:
* Classmix: Permitted on a 1/2 round-trip basis. Most restrictive rule applies. The bookings class used on the inbound journey must be permitted for travel based on the outbound departures.
* Other: ---

#Open return:
*---

#PTA/TOD:
* PTA: Not permitted.

#One ways:
* Permitted.

#Various:
*UM (5-11 years) permitted with completed UMNR codumentation at adult fare level.
* Infant: First Infant to pay 10% of the total adult fare. Second infant to pay 75% of the total adult fare. No more than 2 infants permitted per travelling adult.
* Reissue/rerouting: Permitted, service" fee may apply. Fare must be recalculated and the new ticket must be equal or greater value.
* Names: Full name to be entered in booking as per passport. Name changes are not permitted.

And one more thing if i m trying to replace double quotes to single again than where to use String replace again.


why it is not working properly
Pls dear friend let me know.......
hi every one.

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Mon Oct 29, 2007 8:22 am

Works fine for me. I just copied the data from your post and ran my "Delete Blank Lines" script and it worked perfectly.

I used this code:

Code: Select all

GetCLipBoard>clip
Separate>clip,CRLF,lines
Let>new_clip=
Let>lnum=0
Repeat>lnum
  Let>lnum=lnum+1
  Let>this_line=lines_%lnum%
  If>this_line<>
    Let>new_clip=%new_clip%%this_line%%CRLF%
  Endif
Until>lnum=lines_count

PutClipBoard>new_clip
It produced:

#Airline contract:
* ASA4790 Preferred Partner nett fares to HKG
#Ticketing/Sales:
* Ticketing: Must be ticketed outside 60 days of departure. If booking is within 60 days, ticket within 14 days days. Must be on NZ (086) ticket stock
* Sales period: until 30JUN07
#Application:
* Travelperiod:07JUN06-30JUN07
* Eligibility: ---
#Important:
* Tax: Exclusive
* Waitlist: Permitted
* Creditcards: ---
* Reconfirmation: ---
* Miles program: Loyalty accrual. Eligible for Loyalty upgrades and companion tickets. Children and/or infants travelling with an adult on a loyalty redemption ticket do so at the applicable child and infant discount rates
* OSI: Dealcode must be entered in the OSI field. Ticket numbers must be entered in the booking as an OSI
* E-Tickets: ---
#Combinations:
* Classmix: Permitted on a 1/2 round-trip basis. Most restrictive rule applies. The bookings class used on the inbound journey must be permitted for travel based on the outbound departures.
* Other: ---
#Open return:
*---
#PTA/TOD:
* PTA: Not permitted.
#One ways:
* Permitted.
#Various:
*UM (5-11 years) permitted with completed UMNR codumentation at adult fare level.
* Infant: First Infant to pay 10% of the total adult fare. Second infant to pay 75% of the total adult fare. No more than 2 infants permitted per travelling adult.
* Reissue/rerouting: Permitted, service" fee may apply. Fare must be recalculated and the new ticket must be equal or greater value.
* Names: Full name to be entered in booking as per passport. Name changes are not permitted.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

JVM
Junior Coder
Posts: 40
Joined: Wed Oct 10, 2007 1:14 pm
Location: delhi (india)
Contact:

ERROR: INVALID FORMED PARAMETER

Post by JVM » Mon Oct 29, 2007 9:48 am

hi friend, this is regarding the error' (Incorrectly formed parameter's, invalid parameter to copy and G is not appropriate) is coming. is there any way to overcome with this problem because i want the data as it given to me ?

well i m in trouble friend how can i do and one more doubt i have, below a data is given in this data there are few string in large font size. is
this create any problem ? i hope it should not. But want to confirm from your side.
what if a string is between (" ") quotes ?

or

need to check line by line so as " comes replace by "" and as the operation complete again change that in to the " codes.

i m bit week in programming can u pls tell the script i gave u .

Pls friend help me out ?


#Airline contract:
* BRITISH AIRWAYS 948 Youth & Student fares

#Ticketing/Sales:
!!! Tickets must be issued within following deadlines !!!
Reservations more than 29days before departure=ticket within 30days after booking
and no later than 30days before departure
Reservations 29-07days before departure= ticket within 07days after reservations
Reservations 06-00days before departure=ticket within 01days after reservations
The booking will be cancelled if the ticketing deadlines are not adhered to.
* Sales period: Until 31MAR09

#Application:
* Travelperiod: 01APR08-31MAR09
* Eligibility: ISIC cardholders must be aged between 16 and 34 inclusive.
Youth cardholders must be aged between 12 and 25 inclusive.
Spouse is not eligible on these fares.
Dependent children and infants may not travel on these fares.
ISIC/IYTC card number must be entered in the booking.

#Important:
* Tax: Exclusive.
* Waitlist: ---
* Creditcards: ---
* Reconfirmation: ---
* Miles program: ---
* OSI: Enter OSI remark "GGAIRBAGSTUDENT"
ISIC/IYTC card number must be entered in the booking.
* E-Tickets: Permitted.

#Combinations:
* Classmix: ---
* Other: ---

#Open return:
* Not permitted.

#PTA/TOD:
* PTA: ---

#One ways:
* ---

#Various:
* Rebooking: Permitted.
Changes made directly at BA office will incur a minimum charge of USD30 (or local equivalent)
Please check BA international Travel Help document for the procedures to date change via the International Help Desk.
IMPORTANT: Date changes are only permitted before the travel date. If passengers no-show for their flight STA Travel International Division or Partner office will not be able to make a date change.Passengers will have to contact a BA office for re-booking and will be subject to BA booking fees.Partially used tickets will NOT be eligible for refund.
* Cancellation: Once ticket is issued cancellation without penalty is only permitted by close of business on the same day, i.e. a ticket issued at 9AM must be cancelled by 6PM the same day.
After ticket have been issued the following cancellation charges apply:
Before departure: USD100
After departure: all tickets are non refundable.
* Reconfirmation: Contact local BA office at least 72 hours prior to departure.
* Vice-Versa Fares: Oneway and Return fares are not available vice versa.
* Endorse tickets with eligibility card numbers (if applicable)
* Export of tickets not permitted.
hi every one.

JVM
Junior Coder
Posts: 40
Joined: Wed Oct 10, 2007 1:14 pm
Location: delhi (india)
Contact:

ERROR: INVALID FORMED PARAMETER

Post by JVM » Mon Oct 29, 2007 10:06 am

hi friend,

here i m giving u the script. i want to check this " line by line than replace by "" as said than when operation (as mentioned complete ) again "" should replace by ".



GetClipBoard>remarks
Separate>remarks,#,aRemarks
Let>k=1
Let>xyz=
let>SubRemarks=
Repeat>k
Let>k=k+1
Let>new=aRemarks_%k%
StringReplace>new,","",new
Let>Heading={Copy(%new%,1,Pos(":",%new%))}
if>{(%Heading%="PTA/TOD:") or (%Heading%="Open return:") or (%Heading%="One ways:") }
Let>pqr=1
Let>Heading=
else>
Let>pqr=2
endif
// remove the unrequired headings and content
if>{(%Heading%="Airline contract:")or(%Heading%="Application:")}
// do nothing
else
ConCat>Heading,{Copy(%new%,Pos(":",%new%)+1,1)}
Separate>new,*,astsep
let>b=%astsep_count%
if>b>1
let>a=1
Repeat>a
Let>a=a+1
let>nxtast=astsep_%a%
MidStr>nxtast,2,4,pos
if>{(%pos%="Wait") or (%pos%="Reco") or (%pos%="OSI:")or(%pos%="E-Ti") }
// nothing to do
Else
//ConCat>SubRemarks,*
ConCat>SubRemarks,nxtast
Endif
Until>a=b
if>pqr=2
ConCat>xyz,#
ConCat>xyz,Heading
endif
Concat>xyz,SubRemarks
// ConCat>xyz,%CR%
else
ConCat>xyz,#
// ConCat>xyz,Heading
Concat>xyz,new
//ConCat>xyz,%CR%
endif
endif
let>SubRemarks=
Until>k,%aRemarks_count%
Separate>%xyz%,CRLF,lines
//MessageModal>%xyz%
Let>new_clip=
Let>lnum=0
Repeat>lnum
Let>lnum=lnum+1
Let>this_line=lines_%lnum%
// MessageModal>%this_line%
If>this_linenew_clip=%new_clip%%this_line%%CRLF%
Endif
Until>lnum=lines_count
//MessageModal>%new_clip%
PutClipBoard>new_clip



i m hoping i will have answer soon ?
Desperately waiting for reply ? :(
hi every one.

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Mon Oct 29, 2007 10:13 am

Double quotes is needed by a complex expression function (inside the {..}). But not by regular functions. So you could simply replace the double quotes after you have finished with the complex expressions. So your script could be:

Code: Select all

GetClipBoard>remarks
Separate>remarks,#,aRemarks
Let>k=1
Let>xyz=
let>SubRemarks=
Repeat>k
Let>k=k+1
Let>new=aRemarks_%k%
StringReplace>new,","",new
Let>Heading={Copy(%new%,1,Pos(":",%new%))}
if>{(%Heading%="PTA/TOD:") or (%Heading%="Open return:") or (%Heading%="One ways:") }
Let>pqr=1
Let>Heading=
else>
Let>pqr=2
endif
// remove the unrequired headings and content
if>{(%Heading%="Airline contract:")or(%Heading%="Application:")}
// do nothing
else
ConCat>Heading,{Copy(%new%,Pos(":",%new%)+1,1)}

//Double quotes no longer needed now?
StringReplace>new,"",",new

Separate>new,*,astsep
let>b=%astsep_count%
if>b>1
let>a=1
Repeat>a
Let>a=a+1
let>nxtast=astsep_%a%
MidStr>nxtast,2,4,pos
if>{(%pos%="Wait") or (%pos%="Reco") or (%pos%="OSI:")or(%pos%="E-Ti") }
// nothing to do
Else
//ConCat>SubRemarks,*
ConCat>SubRemarks,nxtast
Endif
Until>a=b
if>pqr=2
ConCat>xyz,#
ConCat>xyz,Heading
endif
Concat>xyz,SubRemarks
// ConCat>xyz,%CR%
else
ConCat>xyz,#
// ConCat>xyz,Heading
Concat>xyz,new
//ConCat>xyz,%CR%
endif
endif
let>SubRemarks=
Until>k,%aRemarks_count%
Separate>%xyz%,CRLF,lines
//MessageModal>%xyz%
Let>new_clip=
Let>lnum=0
Repeat>lnum
Let>lnum=lnum+1
Let>this_line=lines_%lnum%
// MessageModal>%this_line%
If>this_line<>
  Let>new_clip=%new_clip%%this_line%%CRLF%
Endif
Until>lnum=lines_count
//MessageModal>%new_clip%
PutClipBoard>new_clip
I think I have put it in the right place, but your code is hard to read. You should consider using comments. Also, when pasting code into the forum, follow the instructions and use the CODE button so that it appears unmolested as above.
Last edited by Marcus Tettmar on Mon Oct 29, 2007 10:56 am, edited 1 time in total.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

JVM
Junior Coder
Posts: 40
Joined: Wed Oct 10, 2007 1:14 pm
Location: delhi (india)
Contact:

ERROR: INVALID FORMED PARAMETER

Post by JVM » Mon Oct 29, 2007 10:51 am

hi friend,

it works fine but a problem again it is not deleting empty line for the data in which " " appears. means not working properly. this script works fine for simple data means without("") can u please check that. make it in workable condition pls friend ?


or
my dear friend is there any other way so that i can avoid using complex function's. means i have to use another logic.. is this possible what i want to with another script...... now i m getting greedy friend can u pls do this for me.

i will great full to you ?
i m waiting friend ? :oops:
Last edited by JVM on Mon Oct 29, 2007 11:02 am, edited 1 time in total.
hi every one.

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Mon Oct 29, 2007 10:57 am

As I keep saying, the script works fine for me on the data you have posted. Here's the output:

Code: Select all

#Ticketing/Sales:
 Sales period: Until 31MAR09
#Important:
 Tax: Exclusive.
 Creditcards: ---
 Miles program: ---
#Combinations:
 Classmix: ---
 Other: ---
 Not permitted.
 PTA: ---
 ---
#Various:
 Rebooking: Permitted.
Changes made directly at BA office will incur a minimum charge of USD30 (or local equivalent)
Please check BA international Travel Help document for the procedures to date change via the International Help Desk.
IMPORTANT: Date changes are only permitted before the travel date. If passengers no-show for their flight STA Travel International Division or Partner office will not be able to make a date change.Passengers will have to contact a BA office for re-booking and will be subject to BA booking fees.Partially used tickets will NOT be eligible for refund.
 Cancellation: Once ticket is issued cancellation without penalty is only permitted by close of business on the same day, i.e. a ticket issued at 9AM must be cancelled by 6PM the same day.
After ticket have been issued the following cancellation charges apply:
Before departure: USD100
After departure: all tickets are non refundable.
 Vice-Versa Fares: Oneway and Return fares are not available vice versa.
 Endorse tickets with eligibility card numbers (if applicable)
 Export of tickets not permitted.
Note - no empty lines.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

JVM
Junior Coder
Posts: 40
Joined: Wed Oct 10, 2007 1:14 pm
Location: delhi (india)
Contact:

GETTING ERROR:INVALID FORMED PARAMETER

Post by JVM » Mon Oct 29, 2007 11:11 am

well dear friend the main problem is this if i perform deleting empty line than it works fine i m agree but if i use it with my script it doesn't work properly ?

it is strange don't know why it is happening. well can i have ur script ?

i m using the same script i have sent you.
i really have no idea why it is happening :?
hi every one.

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Mon Oct 29, 2007 11:15 am

This one:
http://www.mjtnet.com/forum/viewtopic.php?p=18053#18050

Works for me if I copy the sample data you posted.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

JVM
Junior Coder
Posts: 40
Joined: Wed Oct 10, 2007 1:14 pm
Location: delhi (india)
Contact:

GETTING ERROR:INVALID FORMED PARAMETER

Post by JVM » Mon Oct 29, 2007 11:35 am

ok i m giving u the data first data on which script is working properly

and other for which script not works properly this may give u some idea why it is not working ?

// DATA FOR WHICH SCRIPT IS WORKING

#Airline contract:
* BA TO Fares 01APR08-31MAR09

#Ticketing/Sales:
* Ticketing: E-tickets need to be issued 1 month prior to departure.
* Sales period: Until 31MAR09

#Application:
* Travelperiod: 01APR08-31MAR09
* Eligibility: ---

#Important:
* Tax: Exclusive.
* Waitlist: Not permitted.
* Creditcards: Not permitted.
* Reconfirmation: ---
* Miles program: ---
* OSI: In order not to receive any ADM for bookings in SLM class the code TOFA has to be inserted in each pnr. In case this code is not added, this might result in booking being cancelled or ADM sent for violation of ticket time limit of published fare in CRS. No waivers will be granted or accepted OSBATOFA.
* E-Tickets: ---

#Combinations:
* Classmix: Permitted within O/S/L/M-class.
* Other: ---

#Open return:
* Not permitted.

#PTA/TOD:
* ---

#One ways:
* Not permitted.

#Various:
* Rebooking: 1 Date change permitted at EUR 100 (in same bookingclass)
* Rerouting: Permitted at EUR 100 penalty and pay the difference, if any, between the original fare paid and the new applicable fare for the new routing.
* Name change: Not permitted.
* UM: Not permitted.
* Some nationalities require a transit visa for travel via the UK. Please check accordingly.
* Fares are not valid for group travel (10 pax and more).

// CLOSE


// DATA FOR WHICH SCRIPT IS NOT WORKING PROPERLY
#Airline contract:
* ASA4790 Preferred Partner nett fares to HKG

#Ticketing/Sales:
* Ticketing: Must be ticketed within 14 days. Must be on NZ (086) ticket stock
* Sales period: Until 30JUN07

#Application:
* Travelperiod: 07JUN06-30JUN07
* Eligibility: ---

#Important:
* Tax: Exclusive
* Waitlist: Not permitted
* Creditcards: ---
* Reconfirmation: ---
* Miles program: Loyalty accrual. Eligible for Loyalty upgrades and companion tickets. Children and/or infants travelling with an adult on a loyalty redemption ticket do so at the applicable child and infant discount rates
* OSI: Dealcode must be entered in the OSI field. Ticket numbers must be entered in the booking as an OSI
* E-Tickets: ---

#Combinations:
* Classmix: Permitted on a 1/2 round-trip basis. Most restrictive rule applies. The bookings class used on the inbound journey must be permitted for travel based on the outbound departures.
* Other: ---

#Open return:
*---

#PTA/TOD:
* PTA: Not permitted.

#One ways:
* Permitted.

#Various:
*UM (5-11 years) permitted with completed UMNR codumentation at adult fare level.
* Infant: First Infant to pay 10% of the total adult fare. Second infant to pay 75% of the total adult fare. No more than 2 infants permitted per travelling adult.
* Reissue/rerouting: Permitted, service" fee may apply. Fare must be recalculated and the new ticket must be equal or greater value.
* Names: Full name to be entered in booking as per passport. Name changes are not permitted.



well it is strange ?

hope i will have answer friend ?

//
hi every one.

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Mon Oct 29, 2007 11:38 am

Here's my output for your second sample "DATA FOR WHICH SCRIPT IS NOT WORKING PROPERLY"

Code: Select all

#Ticketing/Sales:
 Ticketing: Must be ticketed within 14 days. Must be on NZ (086) ticket stock
 Sales period: Until 30JUN07
#Important:
 Tax: Exclusive
 Creditcards: ---
 Miles program: Loyalty accrual. Eligible for Loyalty upgrades and companion tickets. Children and/or infants travelling with an adult on a loyalty redemption ticket do so at the applicable child and infant discount rates
#Combinations:
 Classmix: Permitted on a 1/2 round-trip basis. Most restrictive rule applies. The bookings class used on the inbound journey must be permitted for travel based on the outbound departures.
 Other: ---
---
 PTA: Not permitted.
 Permitted.
#Various:
UM (5-11 years) permitted with completed UMNR codumentation at adult fare level.
 Infant: First Infant to pay 10% of the total adult fare. Second infant to pay 75% of the total adult fare. No more than 2 infants permitted per travelling adult.
 Reissue/rerouting: Permitted, service" fee may apply. Fare must be recalculated and the new ticket must be equal or greater value.
 Names: Full name to be entered in booking as per passport. Name changes are not permitted.
What is the problem with it?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

JVM
Junior Coder
Posts: 40
Joined: Wed Oct 10, 2007 1:14 pm
Location: delhi (india)
Contact:

ERROR: INVALID FORMED PARAMETER

Post by JVM » Mon Oct 29, 2007 12:06 pm

well,

Thanks for such a support friend i got the problem actually the data i have given u have space. while it appears that line is empty so for that i just compare

Code: Select all


Until>k,%aRemarks_count%
Separate>%xyz%,CRLF,lines
Let>new1=
Let>k1=0
Repeat>k1
Let>k1=k1+1
Let>thisline=lines_%k1%
Length>thisline,result
[b]if>result>2[/b]
ConCat>%new1%,%thisline%
ConCat>%new1%,%CRLF%
endif
Until>k1=lines_count
PutClipBoard>%new1%[textare
a]


i just if >result>2 instead of 0.
Now it is working fine.
again a question is the whole thing is possible without replacing " means another script.
[/code]
hi every one.

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts