' and " prob

hello i got a massive problem so can someone please help me i
am getting extrnal text but all the apostrophies and quoteation
marks are coming out as ' and " i undersatnd that
tis is happening as if the " or ' is in the string then it
terminates early but i tryed a work round ere
i changed the QUOTES for the ascii char as well
the text has to go in to a label i have used
member("hello").html =
member("hello").text =
please help

Do you want to simply do a 'search and replace' to change all
" and ' back to the original characters? If so,
here's a handler which you can use to substitute/remove any
characters from any string. (put it in a moviescript).
http://www.robotduck.com/content/articles/director/tools/string/sub.txt
For your purpose, you would use it like this:
[code]newString = sub( originalString, """, QUOTE )
newString = sub( originalString, "'", "'" )[/code]
Which will replace all occurrences of " and
' with actual quote and apostrophe characters.
Hope this helps!
- Ben

Similar Messages

  • Create provider and probes dynamically from userland in C (API)

    Hello all,
    I like to create a new provider(s) and probe(s) dynamically from userland program in C. Exists any dtrace API or exists any "How-To" to do it? Can you show me some example how to do it?
    (I not want to use USDT)
    Thank you.

    Hello,
    Does someone have an experience with dtrace_register(), dtrace_probe_create()... functions from sys/dtrace.h? I am trying to create character driver which create a new provider in attach function. For this, I used dtrace_register function but I can not loat driver, because attaching of driver failed.
    Please, Can someone send me some example how to do it? I looked on OpenSolaris source code but I do not know, what is wrong. I tried to create the provider like here [http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/dtrace/profile.c|http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/dtrace/profile.c]
    Thank you.

  • Does anyone know if my iphone 5s contents are backed up automatically within icloud.  Because i need to take back to factory setting and prob will lose everything on my phone

    Does anyone know if my iphone 5s contents are backed up automatically within icloud.  Because i need to take back to factory setting and prob will lose everything on my phone

    If iCloud Backup is turned on in Settings->iCloud->Backup
    The iPhone will backup automatically, when its plugged in, locked, and connected to Wifi.
    So if you let it charge while connected to wifi recently for a few hours and did not use it, it probably backed up.
    If you can still access the iPhone, you can check the date of the last iCloud backup in Settings->iCloud->Backup

  • ACE logging - rserver and probes

    on CSS I get an info if a server fails the keepalive and get in state "down, up or suspended". This is logged in the traplog file on the CSS.
    Is there any possibility on an ACE to have logs for rserver state changes like "PROBE-FAILED, OPERATIONAL and OUT-OF-SERVICE"
    thx in advance

    Hi Gilles,
    1. looks fine, but I miss the rserver Name in the log. it only appears the ip address of the server.
    So it looks like that the "ip address log" is implemented :-(
    b-sllb2001-09/db_bku-nK2# show rserver sthon
    rserver : sthon, type: HOST
    state : PROBE-FAILED
    ----------connections-----------
    real weight state current total
    ---+---------------------+------+------------+----------+--------------------
    serverfarm: test.db.de
    172.24.100.98:0 8 PROBE-FAILED 0 0
    b-sllb2001-09/db_bku-nK2# show logging | i ACE-3
    Jun 25 2008 09:20:14 : %ACE-3-251011: ICMP health probe failed for server 172.24.100.98, server reply timeout
    Jun 25 2008 09:20:23 : %ACE-3-251011: ICMP health probe failed for server 172.24.100.98, server reply timeout
    Jun 25 2008 09:20:54 : %ACE-3-251011: ICMP health probe failed for server 172.24.100.98, server reply timeout
    Jun 25 2008 09:21:54 : %ACE-3-251011: ICMP health probe failed for server 172.24.100.98, server reply timeout
    2. I can find nothing in the log when the probe gets "operational" or "out-of-service state".
    Is thos correct ?
    b-sllb2001-09/db_bku-nK2# show rserver sthon
    rserver : sthon, type: HOST
    state : OPERATIONAL
    ----------connections-----------
    real weight state current total
    ---+---------------------+------+------------+----------+--------------------
    serverfarm: test.db.de
    172.24.100.98:0 8 OPERATIONAL 0 0

  • Execution highlighting and probe don't agree

    I'm debugging code on my cRIO using LV2009SP1.
    There is an array of interest and my execution highlighting annotation on the block diagram shows "#0".  However, if I put a probe on it, the data is clearly there.
    Can somebody help?

    Trust the probe.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • IOS SLB and probe failure

    Hello,
    we use server-load-balancing with IOS 12.1(19)E1
    We have a problem if the server receives more connections following error messages “REAL 192.168.197.8 (HSSAT1-LX) has changed to PROBE_FAILED” and few seconds later “REAL 192.168.197.8 (HSSAT1-LX) has changed to OPERATIONAL” appears and so on.
    We checked the server and they works proper.
    What could be the reason for probe failed?
    My configuration:
    ip slb probe HS-PROBE tcp
    interval 5
    ip slb serverfarm HSSAT1-LX
    nat server
    predictor leastconns
    failaction purge
    probe HS-PROBE
    real 192.168.197.8 99
    reassign 2
    inservice
    real 192.168.197.9 99
    reassign 2
    inservice
    ip slb vserver HS.SAT1.DE
    virtual xxx.xxx.xxx.xxx tcp www
    serverfarm HSSAT1-LX
    advertise active
    inservice standby allvips
    How does a TCP probe works? – I could not find more exact information in the documents to configure probes.
    Is it better to use another probe (icmp)? – or without any probe?
    When does it make sense to use probes?
    Best regards
    Stefan

    HI Stefan,
    tcp probes do a complete TCP 3-way handshake and normaly terminate the session. A problem which I had some times timeout for a session to be established might be to short if the server is "heavy" loaded.
    Probing on a specific method (TCP HTTP ...) is most of the times the better solution. Imagine a WEB-Server which is properly pingable but the httpd died due to some internal error. If you would probe on a per ping basis the loadbalancer will never notice this but if you monitor tcp-port 80 by a tcp probe or better a http probe you will notice this and the server would be taken out of the serverfarm. Even better but afaik not possible in IOS SLB is to probe a certain page e.g. index.html. As you know that the httpd is up and running and pages can be displayed.
    Regarding the probing issue it might be usefull to read the follwing link describing healthmonitoring with the CSM
    http://www.cisco.com/en/US/products/hw/switches/ps708/products_installation_and_configuration_guide_chapter09186a00801c5899.html#1024967
    Hope that helped.
    Best Regards,
    Joerg

  • Editing Tags on the Player (Zen 32 GB) and Probs with cover

    Hi there,
    My dearly beloved Creative Zen touch just snuffed it and I replaced it with the Creative Zen 32 GB.
    I am very, very satisfied with the player over all.
    Only the Tag editing really annoys me.
    On my Zen touch I could edit the tags after loading the tracks on to the player.
    Not only one by one but say, all from one album at once.
    Is this even possible with the Zen touch?
    I accidentally tagged an audiobook with 7 CDs wrongly.
    Do I have to erase it and load it on the player again?
    That would be sooo uncomfortable.
    Thanks for your help.
    Oh and what do I have to do, to have the pictures of the albums shown on the zen?
    I mean, how are these pictures attached to the tracks of an album?
    Message Edited by Amidala on 09-02-2008 :2 AMMessage Edited by Amidala on 09-02-2008 :37 AMMessage Edited by Amidala on 09-02-2008 0:23 PM

    schwagstaff wrote:
    I saw the suggestion earlier in this post to use the tag editing tool within zen media explorer but can't seem to find that on the software I have?
    The "Zen Media Explorer" is the MTP device plugin for Windows Explorer. It creates a volume named "Zen Media Explorer" in the list of dri'ves/volumes that appear under "My Computer" or in a top-level explorer window. Since the flash Zen is MTP (not MSC a.k.a. UMS) it doesn't have an assigned dri've letter. It comes as part of the general "software pack" Creative includes with the Zen to handle management, video and image file conversion, etc. You can also grab the latest version/update from the (Support | Downloads | Zen) web page. You may need to use the controls in the bottom-left of the page (scroll all the way down) to filter the list for your particular OS.
    The Zen Media Explorer will present a hierarchical list of files on the Zen. When you navigate to a song track, select the song track and bring up the context menu (right mouse button menu) there will be an "Edit Track Properties..." menu item. This displays a dialog box that lets you modify the core ID3 tags the Zen wants to properly organize the internal library (namely Title, Genre, Album, Artist, Track No. and Year). Only those tags can be edited at present. You can't assign/modify Album Artwork this way.

  • MSI GT683dxr P1 and Turbo not working.. and Prob with Temps

    my system info
    and heres the sensors
    SO WHENEVER IM PLAYING A GAME ITS LIKE LAGGY SOMETIMES FREEZING. BUT I THINK MY SPECS ARE GOOD WHEN I CHECK ON THE SYS REQUIREMENTS.
    PLEASE HELP AND SOME ADVICE..............................

    thanks for responding..
    it was soldier front 2.. call of duty ghost.. startcraft 2..
    it was not like this before..i dont know what happend since ive lost my p1 and turbo button functions my laptop became weak :-(

  • Video Call On X2 Dual Sim And Prob

    Does nokia x2 support 3g video call what are the top problems of this mobile..??

    Yes, it does. The Skype application is pre-installed so you can enjoy the video calling feature of the phone. As of now, no issues are encountered on my Nokia X2. 

  • My apps dance open and close on their own in my IPad 2 what can be the prob? I have already restored

    I got the charger flex or pin changed and now the apps dance on the screen, photos open and zoom in, then out, the other apps open and close. I have already restored the device with Itunes and prob is still there. What can be the problem? Any suggestion will be welcome. Thank you

    THANKS for your prompt reply  Bluetooth is off in my laptop and IPhone.. and in fact the reset is the only thing that can make it back to normal. But for a lil while. I wonder if it is the touch, or the home botton... both things are very expensive to replace, so I wouldn't like to spend $$ and continue having the prob.....

  • Help on measuring and labelling data from 4 different probes through LCR E4980A using labview

    CONDITION:
    Need to measure impedance (Z,theta) from 4 different probes using Agilent LCR E4980A meter through labview
    Here is how this is done. Using two different vi's.
    1-Switching vi-which is measuring impedance from Probe1 and switch to probe 2 and probe 3 and then to probe 4. (use medium rate on LCR)
    2-Test vi-which uses a single frquenccy list from a text file to run continous sweep and stores the measured data in a file.
    Test runs for about 1 hour.
    ISSUE:
    The stored data does not tell or label which data is for probe 1 or probe 2 and so on. All 1 hour data is in one file and very difficult to point to corresponding probe and kind of useless.
    QUESTION:
    As there are two separe vi's being used, is there a way to record or label the data withe the corresponding probe number or some way to point probe with data recorded? Any help would be appreciated.

    Thanks! Mike for your reply.
    I am attaching three files, I hope this helps to understand.
    1-Frequency List.txt - is just frequency listed in txt file to run LCR continously
    2-Frequency Sweep Data Capture.vi - is the labvie vi which runs and stores LCR data in a file
    3-LCR Switching in labview (jpg) is also a vi which switches between 4 probes for measurement.(e.g. Probe1-Ref-A, Probe2=Ref-B, Probe3=Ref-C and probe4=Ref-D)
    From here lets say when program measures probe1 , the data stored from file 2 should somehow points to that and then the program switches to probe2 the data should show that and similarly other two probes. Currently the stored data is one big fle with no mention of which data is for which probe.
    Attachments:
    Frequency Sweep Data Capture.vi ‏136 KB
    LCR switching labview.JPG ‏99 KB
    Frequency List.txt ‏46 KB

  • Health probe - not running and trying to see why?

    Hi,
    Im trying to fix our exchange server 2013 (patched upto and including CU8)
    when I run the following command
    get-healthreport -server servername | where {$_.alertvalue -ne “healthy”} | ft -auto
    Server State        
    HealthSet        
    AlertValue LastTransitionTime  MonitorCount
    xx NotApplicable
    Compliance       Unhealthy  23/04/2015 14:01:26 29
    xx NotApplicable
    MailboxTransport Unhealthy  23/04/2015 13:21:35 25
    xx NotApplicable
    Outlook          
    Unhealthy  23/04/2015 13:57:21 3
    when i run the next command to get a list of the monitors that are unhealthy
    $test = get-healthreport -server servername | where {$_.alertvalue -ne “healthy”}
    foreach ($line in $test) {$line.entries | where {$_.alertvalue -ne “healthy”} | ft -auto}
    it shows me that the following monitor is unhealthy in the outlook healthset
    Server State         Name                 TargetResource HealthSetName AlertValue ServerComponent
    xx NotApplicable OutlookRpcCtpMonitor                Outlook       Unhealthy  None
    From this I found that the probe is OutlookRpcCtpMonitor, so I then tried to invoke the probe
    invoke-monitoringprobe -identity Outlook\OutlookRpcCtpProbe -server xx
    that returns the following error..
    WARNING: Failed to find the probe result for invoke now request id 2610659f96e64e62b4c71d1f61f65d5e and probe
    workdefinition id 198.
    I have restarted the server, recycled the MSExchangeSyncAppPool.  Not sure what else to try so that can fix the unhealthy set within exchange.
    Kind regards
    Simon

    Hi,
    According to your post, I understand that OutlookRpcCtpMonitor is unhealthy and run “Invoke-MonitoringProbe” failed.
    If I misunderstand your concern, please do not hesitate to let me know.
    Please try to run Microsoft Connectivity Analyzer to test Outlook connectivity:
    https://testconnectivity.microsoft.com/
    Also, try to run Test-OutlookConnectivity with OutlookRpcCTPProbe to test a logon from Client Access server for the mailbox.
    For your reference:
    https://technet.microsoft.com/en-us/library/dd638082(v=exchg.150).aspx
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Allen Wang
    TechNet Community Support

  • Imessage and lots of other things don't work

    Has anybody solved this issue with imessage and facetime not activating?
    I'm having various other problems which I believe are all connected. When my date and time are set to auto, it wants to set my time zone to another time zone. Notifications are not showing unless I actually open the apps to find out. For example my facebook does not display on the icon that I have a message unless I open up the app to sync it. However I can make emails sync if I double tap home and force quit the email app. That does not work for any other apps though. Also my phone will not connect to youtube, says cannot connect.
    So in short these don't work: imessage, facetime, notifications (push), youtube, date and time auto selection
    My phone is an iphone 4 16gb, ios5.1 installed
    I've sought out the net now for the past month whenever I get a chance. Tried many things that people have suggested..Seems some people it has worked for and many, not. I also spoke to Apple on my own dime and seriously thier tech didn't seem to know what was going on...I could've worked there from what he seemed to know.
    Tried these: change DNS, restart, restore, reset all settings, reset individual settings, remove and clean sim, home & sleep button reset, phone bill is paid up, itunes account is paid up, turned off settings (imessage, facetime) - airplane mode - force close everything - restart - turn on settings again...and prob a whack more things.
    Has anybody solved this, any more ideas? I don't see a whole lot on the discussion board about it :/

    Eklutna wrote:
    Anyway, it didn't add back my own prefs and the like, so I had to manually drag 'em all back to where they belonged. Took forever! But that's not the problem (I hope); I mention it here because many of my aps now request a password (the old one) to open.
    Eklutna
    I think you have an Ownership and Permission problem. You should Repair Permission first, even-though, I don't think it's going to work.
    Which are the Ownership and Permissions details for your Home folder?

  • [SOLVED] Port 9001. What is it? (and a conky question)

    I've been screwing with my conky for the last few days, whenever boredom struck.
    An ingenius idea befell me, to use my conky as a port monitor; to try and detect anything/anyone that connects, or tries to connect, regardless of whether or not my ports are in stealth mode (as they are thanks to the Arch Wiki, with its iptables and ufw pages).
    I punched up the following line into my conky:
    IP: ${tcp_portmon 1 65535 rip 0 9} Port: ${tcp_portmon 1 65535 rport 0 9}
    Based on the Conky Objects table at this site:
    http://conky.sourceforge.net/variables.html
    According to this site, I read something about UDP Protocol 9001:
    http://www.auditmypc.com/udp-port-9001.asp
    But that did little to explain what my conky reported back to me:
    It reported back a remote IP on port 9001
    I believed it COULD be Tor according to wikipedia:
    http://en.wikipedia.org/wiki/List_of_TC … rt_numbers
    But after trying to restart Tor daemon, I discovered I don't have Tor installed anymore. SOMEHOW. I do NOT recall removing Tor from my rc.d. >.>
    I decided to go here and probe test port 9001:
    https://www.grc.com/x/portprobe=9001
    I received a "Stealth" result from the probe test.
    Finally, I searched ETL Service Manager and learned that its a protocol.
    Bottomline is... why is my conky giving me a remote IP read out on port 9001?
    It's really starting to freak me out.
    Last edited by MLawrence (2012-01-28 04:33:53)

    Well, don't I feel like a dog chasing his own tail.
    I DO have Tor installed. When I performed my daemon and package queries I searched "Tor" instead of "tor", so naturally I didnt find anything.
    tor and dropbox were the established connections shown after running: sudo lsof -i| grep ESTABLISHED
    When i killed dropbox in my system tray, the tor connection disappeared too. I guess this implies that dropbox was connected through tor.
    Thank you for your help.

  • Probe is not working for class with variable refnum

    I have a class whose purpose is to send data through a network stream. Its private data consists of an array of typedef clusters and a single variable refnum of the network stream writer. If I try to probe a wire whose data type is this class, it simply states "No Debug Info" and displays the private data grayed out without any data in it. The probes do not work in member VIs or non-member VIs. But if I remove the variable refnum, then the probe works fine and I can see the array of typedefs. If I unbundle the class and probe the array and refnum then the probes display the data correctly. 
    Why is the variable refnum in the private data breaking the class's probe? Is there a workaround other than unbundling and probing?

    Hello Arthur,
    Would you be able to attach the simplest version of a program that has this probe issue? This will help me troubleshoot a lot better. 
    Ben D.
    Applications Engineer
    National Instruments

Maybe you are looking for

  • Mapviewer/JDBC/JGeometry

    Hi I have the Mapviewer java api wrapped in a bean. I want the the user to be able to select a geometry from the map and copy that object into a JGeometry object in the applet. I can easily get the system to identify which object I wish to copy, but

  • Changing boilerplate at runtime in reports 10g

    Hi, Is there any way to change the column heading at runtime? Can any body help me? Thanks

  • Routing outgoing packets over multiple interfaces?

    I have two network interfaces (eth0 and eth1) with separate IP addresses on the same subnet.  All outgoing traffic uses eth0 regardless of the interface the incoming traffic came in on. I assume the outgoing packets still have the correct source IP a

  • MDB acessing queue details

    Hi,           I'm trying to find out if an MDB can obtain the name of the queue (and possibly other queue details) on which a JMS message has just been delivered. I can't find anything that says that it can and neither can I see a way of doing it. Bu

  • GR and repacking in POSC

    Hi, I have implemented POSC with below steps: Unloading Packing Putaway Issue1: on Unloading task confirmation GR is automatically posted. Whereas I want to count before posting GR. this I want to perform using /scwm/gr instead of QIE process. How ca