Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Comparing strings

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Comparing strings

    Hi all

    I have a case so strange. In the image below you can see the output of strategy and the problem is that I get a date in string format from an array called fecha and get the date of a bar, hten print both and they are equals but when I try to compare by if statement no work (No print "BBBBB").

    Somebody could help to me with this?

    Even 4 or 5 hours ago I got that worked but now I do not know what change I did that no work....bad day !!


    Click image for larger version

Name:	image.png
Views:	141
Size:	13.1 KB
ID:	1237499



    Regards.

    #2
    Hi again

    update the image because in the previous one string format has been changed from print to compring into if . Now both have dd/MM/yyyy format.


    Click image for larger version

Name:	image.png
Views:	134
Size:	12.8 KB
ID:	1237502

    ​Regards.

    Comment


      #3
      Hi All

      finally I have solved this. Problem was that in some moment I changed the type of file from csv to UTF-8 CSV and the string is showed equal but internally no is the same.

      I hope this help somebody in the future.

      Regards.

      Comment


        #4
        Hi J2512, you can also use the DateTime.Compare method to check equality:

        The DateTime.Compare() method in C# is used for comparison of two DateTime instances. It returns an integer value,0 − If date1 is later than date2SyntaxFollowing is the syntax −publ

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Yesterday, 05:17 AM
        0 responses
        71 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        143 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        76 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        47 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        51 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X