Jump to content

If x >= problem


Relisek
 Share

Recommended Posts

Hi there,

 

i've got an issue 

$Adresse = 0x614FB10C
        Dim $Offset[2] = [0, 0x0]
        $Process = _MemoryOpen(ProcessExists("firefox.exe"))
        $Value = _MemoryPointerRead($Adresse, $Process, $Offset)
        If $Value >= $Input2 Then
        ControlSend("Notepad","","",GUICtrlRead($Input1))
        ControlSend("Notepad","","","{ENTER}")
        ToolTip($Value[1],0,0)
        EndIf

those if x >= aint really working, cos if the i place in input2 like 20 for ex. and the value is 18 it anyways wrote input1 to notepad, but i wanted to make him wrote it when the value is above or = 20. I did add the tooltip to see if it reads the value right, and it does it's 18.

Link to comment
Share on other sites

  • Developers

Seriously? So you think you just replace the exe name for something else and we won't notice your are asking a question on the topic which we don't allow here: 

Consider this your final warning and read those forumrules to ensure you understand what I mean!

Jos
 

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Jos locked this topic
  • Moderators

Relisek,

And you post this after I told you via PM:

Quote

but make sure you read them carefully as merely reposting the question without a "game" reference is not going to get you anywhere

if Jos had not already banned you then I would have. Good riddance.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

  • Developers

Main problem with this individual is that he sends dead wishes when pointed to our rules. 
Sometimes I wish I would have the opportunity to look them strait in their eyes and have a little conversation about norms and values in life.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Moderators

Would be a whole different conversation, my friend. I'm willing to bet for most of these children, their "internet courage" would quickly turn to water.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...