Code: Select all
MessageRequester("params", Str(count) )Code: Select all
MessageRequester("params", Str(count) )Code: Select all
Count = CountProgramParameters()
If Count
param$ = ""
For i = 0 To Count - 1
param$ + ProgramParameter(i) + " "
Next
param$ = Left(param$, Len(param$) - 1)
EndIfHelloAZJIO wrote: Mon Oct 10, 2022 6:15 amCode: Select all
Count = CountProgramParameters() If Count param$ = "" For i = 0 To Count - 1 param$ + ProgramParameter(i) + " " Next param$ = Left(param$, Len(param$) - 1) EndIf
It is the full code. You compile it as an executable. And you see if you retrieve your path burst in several parameters. If yes, it is a bug. If no, it is a feature request. Thank you.SharkyEXE wrote: Mon Oct 10, 2022 10:32 pmHelloAZJIO wrote: Mon Oct 10, 2022 6:15 amCode: Select all
Count = CountProgramParameters() If Count param$ = "" For i = 0 To Count - 1 param$ + ProgramParameter(i) + " " Next param$ = Left(param$, Len(param$) - 1) EndIf
I very excusme, please, write full code, i copy-past and tested code
I do not telepat
Thank You!
Code: Select all
Count = CountProgramParameters()
If Count
param$ = ""
For i = 0 To Count - 1
param$ + ProgramParameter(i) + " "
Next
param$ = Left(param$, Len(param$) - 1)
EndIfNo, I do not see animation.SharkyEXE wrote: I open file - do not open, see animation, please
on PureBasic 4.20 (Windows - x86)
yes a bit of a give away and I can't believe people actually tried to answer his question.HeX0R wrote: Tue Oct 11, 2022 10:37 pm My antennae are always vibrating, when I read things like:on PureBasic 4.20 (Windows - x86)