Page 1 of 1

Array output is single string

Posted: Wed May 06, 2015 3:40 pm
by gutihz
Hi Everyone,

I have a very weird one.
I have 3 different foreach loops. If the condition is not true in each one of them, it adds some names to an array.
But at the end when I look at my array, it shows up a straight string.

Code: Select all

@nottrue = @()
Foreach($test in $alltests)
IF($Test -eq $true)
{
 $lbl1.text = "$test is true"
}
ELSE
{
 $nottrue += $test
}
Output of $nottrue is
test1test2test3test4...


Does anyone know why this would happen? I tried both with ("") and without it with same results.

Any help would be appreciated.

1. Product, version and build - PowerShell Studio 2014, 4.1.62
2. 32 or 64 bit product - 64-bit
3. Operating system, e.g. Windows 7 64 bit. - Windows 7 64-bit
4. Attach a screenshot, if applicable - N/A
5. Attach logs, crash reports, etc., in a ZIP file - N/A

Array not seperate

Posted: Wed May 06, 2015 3:40 pm
by SAPIEN Support Forums
This is an automated post. A real person will respond soon.

Thank you for posting, gutihz.

Here are some hints to help you get an accurate and complete answer to your question.

Ask in the best forum: If you asked in the wrong forum, just copy your question to the right forum.

Anticipate follow-up questions!

Did you remember to include the following?
  • 1. Product, version and build
    2. 32 or 64 bit product
    3. Operating system, e.g. Windows 7 64 bit.
    4. Attach a screenshot, if applicable
    5. Attach logs, crash reports, etc., in a ZIP file
If not, please take a moment to edit your original post or reply to this one.

*** Make sure you do not post any licensing information ***