Seite 1 von 1

[Gelöst]getSectionNames

Verfasst: 05 Aug 2011, 14:11
von Konstantin
Hi,

nächstes Problem!

opsi-winst Version 4.11.1.2
OS Win7 SP1 32Bit

was ist an diesem Script falsch?

[Initial]
setLogLevel = 2
ExitOnError=false
ScriptErrorMessages=on
tracemode=off

[Actions]
requiredWinstVersion >= "4.10.8"

Defvar $list2$
set $list2$ = GetSectionNames("Z:\Source\Opsi\SoftVerteilung\config.ini")


------------------------------------------------------------------------------------------------------


$list2$ = GetSectionNames("Z:\Source\Opsi\SoftVerteilung\config.ini")

GetSectionNames("Z:\Source\Opsi\SoftVerteilung\config.ini") illegal String expression

-------------------------------------------------------------------------------------------------------

Gruß

Konsatntin

Re: getSectionNames

Verfasst: 05 Aug 2011, 17:01
von Konstantin
erledigt!
mein Fehler!

Re: getSectionNames

Verfasst: 10 Aug 2011, 11:08
von Spoxs
was war der Fehler?
Stehe auch grad bei dem Syntax Problem.

Re: getSectionNames

Verfasst: 12 Sep 2011, 13:32
von Konstantin
DefStringList $Sections$
set $Sections$ = getSectionNames ($IniFile$)