DigDeep Posted October 19, 2015 Posted October 19, 2015 (edited) Hi, I might be silly here but I am finding some hard time getting this text inside cotes.IsInstalled="True"The word "True" is already within cotes, so how should I write it so that the True word should come within cotes.I tried with "IsInstalled="True"". It does not workI tried with "IsInstalled=" & ""True" & ". It does not workthe end result should come in as $Search = IsInstalled="True" Edited October 19, 2015 by DigDeep
Danyfirex Posted October 19, 2015 Posted October 19, 2015 '"True"' Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
DigDeep Posted October 19, 2015 Author Posted October 19, 2015 I tried that too but still shows error Local $search = "IsInstalled="false"" error:syntax errorI am trying to search this which is placed inside a document and the words are put as: IsInstalled="false"
Danyfirex Posted October 19, 2015 Posted October 19, 2015 Look:Local $search = 'IsInstalled="false"'Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
mikell Posted October 19, 2015 Posted October 19, 2015 Why are you using quotes to check a boolean ? msgbox(0,"", false)
JohnOne Posted October 19, 2015 Posted October 19, 2015 Saves AutoIt doing the conversion. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now