string

  1. whoosh

    ART Classical Musician

    :)
  2. M

    Java equals() selection

    In Java, if I try to do.equals() on a null string, a null pointer error is issued. I’m wondering whether I can perform the following if I’m attempting to compare if a string is equal to a constant string: MY CONSTANT STRING.equals(aStringVariable) I’m sure it’ll work, but is this simply...
  3. M

    Android Python string find() examples

    I'm looking for examples, but I'm not finding any. Are there any examples on the internet? I'd like to know what it returns when it can't find something, as well as how to specify the starting and ending points, which I assume will be 0, -1. >>> x = "Hello World" >>> x.find('World') 6 >>>...
  4. E

    Windows 10 Extending Environment Strings

    There appears to be a maximum length requirement on Environment strings of 2047. Apparently I went far past this in Windows 7 PRO and can not now sensibly make a change. Is there a way that I can increase this length or use intermediate environment strings to build one substantially longer than...
  5. Psilocelium

    PowerShell Syntax Question

    I just took a quiz that asked what type of parameter <String> is. Could you tell me if it is a mandatory parameter? For some reason I was thinking <String> would be defined as a value, not a parameter. Syntax Get-EventLog [-LogName] <String> [[-InstanceId] <Int64[]>] [-After <DateTime>]...
  6. P

    Windows 10 Copy lines of text between two files, Using list / string matches.

    After searching everywhere I'm still unable to find a solution. I have two text documents, one is a list of names the other is coordinates. both documents start each line with an 8 digit code. I want to lookup 8 digit line code from File1 and copy the line contents to only code matches in File2...
  7. Mike

    Introducing Apture Search: Enhanced Text Search Feature for Our Forums

    We are pleased to announce that the entire text content of the site is virtually searchable by simply selecting a string of text, hovering over it, and selecting the Learn More button. The search is prioritized as related to Windows7Forums.com and Windows8Forums.com. Further, you will be able to...
  8. H

    Wallet Strings

    I've recently started looking into this, because today I came so close to losing my wallet in the city (if it wasn't for something, I would not have noticed I left it somewhere) and when I googled ways to not let this happen, I've been reading about "wallet chains" but I'm not interested in...
  9. C

    Windows 7 Registry keys under HKLM/Software not identified in WIN7 64 bit

    Hello All, I have been trying to create a registry entry which my Script file searches for and performs a certain action upon successfully identifying it. HKLM/Software/XYZ XYZ is the key I am creating. XYZ also has a subkey making it HKLM/Software/XYZ/ABC Now I am adding a string value to ABC...
  10. Newfietom

    Windows 7 Microsoft .NET framework error

    I have a new install and keep getting this error: Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. Conversion from string "<br/>...
Back
Top