Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ZigDaPig

  1. ZigDaPig

    Problem displaying french characters in dynamic text.

    Thanks Oldnewbie ! Works just fine.
  2. ZigDaPig

    triming text off a string from right

    Try this: arg = "Private Room (P)"; ArgArray = arg.split("(P)"); result = ArgArray[0]; -> "result" now contains "Private Room "
  3. ZigDaPig

    Problem displaying french characters in dynamic text.

    I'm have been looking at this problem for hours now, but I can't seem to solve it so please have a look at this: When I read in the following variable from a text file: &RefText=%7E %A5 %E9& And I display it in a dynamic text field as follows: _level0.ContentText.htmlText =...

Part and Inventory Search

Back
Top