Jump to content

3jalex

Member
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

Personal Information

  • Location
    Switzerland
  1. Hi how can i move selectet items to the base point without searchin it. Like: move selechtet from this point (klick) to 0,0 (type)
  2. Dear Pat Stanford and community board Thank you for the script. It is almost wath I am looking for. Somehow it does not work on my pc. It may have to do how the Arial is definded on the pc?s. When I import a AutoCAD.dwg into Vectorworks.vwx some character will be changed. The script shall simply change them back without selecting anything. Like Text>Search and change>Text? Here you can only chane one character at the time. The script can do more character at the time. The character are: OldChar := '?? to NewChar := '?? OldChar := '?? to NewChar := '?? OldChar := '?? to NewChar := '?? OldChar := '?? to NewChar := '?? OldChar := '? to NewChar := '? OldChar := '?? to NewChar := '?? On any class or layer. Some character may not apear in the drawing. Thank you so much.
  3. Hi Ok. Here a start. How do i find out the rest? ***************************** Procedure umlaut; {change letters to others} {? to ?} {? to ?} {? to ?} {? to ?} {? to ?} {February 21, 2012} Begin If ...=...(...); End; Begin If ...=...(...); End; Run(umlaut); ******************************* Thanks Alex
  4. Hi I am new to sctipt. I like to change all Letters form ? to ? form ? to ? form ? to ? How can a script to to that look like? Thanks Alex
×
×
  • Create New...